EnumSchema<T> constructor
Creates an EnumSchema.
Implementation
EnumSchema({
required super.type,
super.title,
super.description,
super.defaultValue,
});
Creates an EnumSchema.
EnumSchema({
required super.type,
super.title,
super.description,
super.defaultValue,
});