clear property

String? clear

Implementation

String? get clear {
  if (this == '') return null;
  return this;
}