DataType constructor
DataType({
- List<
DataTypeField> ? field, - String? name,
Implementation
DataType({
this.field,
this.name,
});
DataType({
this.field,
this.name,
});