schultek / dart_mappable

Improved json serialization and data classes with full support for generics, inheritance, customization and more.
https://pub.dev/packages/dart_mappable
MIT License
153 stars 23 forks source link

Add CaseStyle.upperSnakeCase #177

Closed Tienisto closed 6 months ago

Tienisto commented 7 months ago

Adds the "upper snake case" (commonly known as CONSTANT_CASE or SCREAMING_SNAKE_CASE in Rust).

It is commonly used within the JVM ecosystem.

schultek commented 6 months ago

LGTM