defaultMoneyStr property
String
get
defaultMoneyStr
Implementation
String get defaultMoneyStr {
if (isNullOrEmpty) return "0.00";
return this!;
}
String get defaultMoneyStr {
if (isNullOrEmpty) return "0.00";
return this!;
}