Jayse
Jayse copied to clipboard
Suggestion: Change `integerValue` accessor to `intValue`
I find myself making the same mistake over and over again because the target type is int
and not "integer".
(I ended up creating an alias as an extension method; how I ❤️ Dart for this language feature!)
Keep up the good work!