MelbourneDeveloper / Jayse

Lossless conversion of JSON to and from statically-typed, immutable objects in Dart and .NET
https://pub.dev/packages/jayse
MIT License
29 stars 2 forks source link

Suggestion: Change `integerValue` accessor to `intValue` #3

Open timovandeput opened 4 months ago

timovandeput commented 4 months ago

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!