【发布时间】:2019-06-01 19:07:44
【问题描述】:
在飞镖中,我在尝试覆盖这样的属性时遇到此错误
var newId = state.myMatches[0][0].id = 90;
我收到这个错误
flutter: The following NoSuchMethodError was thrown while handling a gesture:
flutter: Class 'DivMatches' has no instance setter 'id='.
flutter: Receiver: Instance of 'DivMatches'
flutter: Tried calling: id=90
没有私有属性。都是公开的。任何帮助发生了什么?
谢谢。
【问题讨论】: