defaultString property
String
get
defaultString
Implementation
String get defaultString {
if (isNullOrEmpty) return "--";
return this!;
}
String get defaultString {
if (isNullOrEmpty) return "--";
return this!;
}