SchemaType constructor
const
SchemaType({
- required bool isList,
- required String type,
- required FieldLocation location,
- FieldNamespace? namespace,
Create a new schema arg input type.
Implementation
const SchemaType({
required this.isList,
required this.type,
required this.location,
this.namespace,
});