isTitledSingleSelect property

bool get isTitledSingleSelect

Whether or not this schema looks like a titled single-select enum.

Implementation

bool get isTitledSingleSelect =>
    type == JsonType.string && _value[Keys.oneOf] != null;