isEnum property
bool
get
isEnum
Returns true if this parameter is an enum (has a list of allowed values)
Implementation
bool get isEnum => values != null && values!.isNotEmpty;
Returns true if this parameter is an enum (has a list of allowed values)
bool get isEnum => values != null && values!.isNotEmpty;