mapTo property
String
get
mapTo
Indicates that the property should be persisted under a different name
Implementation
String get mapTo => _mapTo ?? name;
Indicates that the property should be persisted under a different name
String get mapTo => _mapTo ?? name;