IRStructureField constructor

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

Implementation

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