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