enumValue property
String?
get
enumValue
Implementation
String? get enumValue {
if (this == null) return null;
return "$this".extension;
}
String? get enumValue {
if (this == null) return null;
return "$this".extension;
}