StructType constructor

StructType({
  1. List<Field>? fields,
})

Implementation

StructType({
  this.fields,
});