我试图使用传递的类实例进行setState并访问成员值,但它给出了getter没有在对象上定义的错误。但在initState方法中也是如此。
这是为了在用户关闭ShowDialog时传递该值。我尝试设置getter,并将类成员从private更改为public。但是value.iconD给出了getter not defined错误。我做错了什么?
.pub-cache/hosted/pub.dartlang.org/dart_style-1.3.14/lib/src/source_visitor.dart:302:16: Error: The getterTry correcting the name to the name of an existing getter, or defining a getter or field named 'typeArguments
我从一个干净的请求创建了一个代理,然后设置了一些属性。它对其中一些人有效,但对于其他人,我得到了一个IllegalArgumentException。 MyProxy my = myRequest.create(MyProxy.class);我在com.google.web.bindery.event.shared.SimpleEventBus.doFire()中得到了java.lang.IllegalArgument
flutter/.pub-cache/hosted/pub.dartlang.org/convex_bottom_bar-2.6.0/lib/src/stack.dart:43:25: Error: The getterTry correcting the name to the name of an existing getter, or defining a getter or field named 'ClipBehaviorflutter/.p