defaultString property

String get defaultString

Implementation

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