enumValue property

String? enumValue

Implementation

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