CompiledStructure constructor

CompiledStructure(
  1. String type,
  2. String serialName,
  3. List<CompiledStructureField> fields,
  4. String metadataSource,
)

Implementation

CompiledStructure(
    this.type, this.serialName, this.fields, this.metadataSource);