Skip to content

Commit bc449ba

Browse files
committed
Update CHANGELOG.md
1 parent 37c836d commit bc449ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Sponsored by [MyText.ai](https://mytext.ai)
1919
class MyAction extends ReduxAction<AppState> with Throttle {
2020
final bool force;
2121
MyAction({this.force = false});
22-
bool ignoreThrottle => force; // Here!
22+
bool get ignoreThrottle => force; // Here!
2323
...
2424
}
2525
```

0 commit comments

Comments
 (0)