effectiveName property
String
get
effectiveName
Returns the effective name to use in the schema.
Implementation
String get effectiveName => jsonName ?? name;
Returns the effective name to use in the schema.
String get effectiveName => jsonName ?? name;