StructTypeDescription constructor

StructTypeDescription(
  1. Type type,
  2. Map<String, String> fields,
  3. Function createFromFields,
  4. Function exportAsMap,
)

Implementation

StructTypeDescription(
    this.type, this.fields, this.createFromFields, this.exportAsMap);