StructType constructor

const StructType({
  1. required List<TableField> fields,
})

Implementation

const StructType({required this.fields});