We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c836d commit bc449baCopy full SHA for bc449ba
CHANGELOG.md
@@ -19,7 +19,7 @@ Sponsored by [MyText.ai](https://mytext.ai)
19
class MyAction extends ReduxAction<AppState> with Throttle {
20
final bool force;
21
MyAction({this.force = false});
22
- bool ignoreThrottle => force; // Here!
+ bool get ignoreThrottle => force; // Here!
23
...
24
}
25
```
0 commit comments