plantFromUncategorized property

String? get plantFromUncategorized

Implementation

String? get plantFromUncategorized {
  if (uncategorizedString?.length == 4) return uncategorizedString;
  return null;
}