$valuesDefined property
List<ProfileSubstringScopeSchema>
get
$valuesDefined
Returns all defined enum values excluding the $unknown value.
Implementation
static List<ProfileSubstringScopeSchema> get $valuesDefined =>
values.where((value) => value != $unknown).toList();