SelectionSchemaModel constructor
SelectionSchemaModel(
- SchemaType type,
- String name,
- String key, {
- bool multySelection = false,
- List<
SelectionItemModel> items = const [], - bool essencial = false,
Implementation
SelectionSchemaModel(SchemaType type, String name, String key,
{this.multySelection = false,
this.items = const [],
bool essencial = false})
: super(type, name, key, essencial: essencial);