effectiveValue property
String
get
effectiveValue
Returns the effective value to use in the schema.
Implementation
String get effectiveValue => jsonValue ?? name;
Returns the effective value to use in the schema.
String get effectiveValue => jsonValue ?? name;