Kelvne Pechim

Results 3 comments of Kelvne Pechim

I'm re-using the models internally and I wanted the possibility to add `omitempty` since I'm marshalling the objects into maps to send to other APIs. However for my scenario it...

I can vouch for the solution. The following code wasn't working properly: ```dart localeListResolutionCallback: (locales, supported) { Locale locale = Locale('en', 'US'); for (var loc in locales) { if (supported.contains(loc))...

@ljharb I agree with you. And chaining looks more 'functional'.