StructDataType constructor

StructDataType({
  1. required Map<String, DataType> fields,
  2. bool? nullable,
  3. Map<String, dynamic>? metadata,
})

Implementation

StructDataType({required this.fields, super.nullable, super.metadata}) : super();