isUntitledSingleSelect property
bool
get
isUntitledSingleSelect
Whether or not this schema looks like an untitled single-select enum.
Implementation
bool get isUntitledSingleSelect =>
type == JsonType.string && _value[Keys.enum_] != null;