normalizedName property

String normalizedName

The normalized name.

Implementation

String get normalizedName => recase.ReCase(name).pascalCase;