CompiledStructureField constructor

CompiledStructureField(
  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,
)

Implementation

CompiledStructureField(
    this.accessor,
    this.type,
    this.converterType,
    this.serialType,
    this.iterableKind,
    this.name,
    this.optional,
    this.structure,
    this.metadataSource);