IRStructureField constructor

IRStructureField(
  1. String accessor,
  2. String type,
  3. String typeTree,
  4. String converterType,
  5. String serialType,
  6. IterableKind iterableKind,
  7. String name,
  8. bool optional,
  9. bool structure,
  10. String metadataSource,
  11. bool $isMap,
)

Implementation

IRStructureField(
    this.accessor,
    this.type,
    this.typeTree,
    this.converterType,
    this.serialType,
    this.iterableKind,
    this.name,
    this.optional,
    this.structure,
    this.metadataSource,
    this.$isMap);