MultiSelectEnumSchema<T> constructor

MultiSelectEnumSchema<T>({
  1. String? title,
  2. String? description,
  3. List<T>? defaultValue,
})

Implementation

MultiSelectEnumSchema({super.title, super.description, super.defaultValue})
    : super(type: 'array');