StructurizeResult constructor

StructurizeResult(
  1. List<AliasImport> imports,
  2. CompiledStructure structure,
  3. List<String> fieldNames,
  4. String activator,
)

Implementation

StructurizeResult(
    this.imports, this.structure, this.fieldNames, this.activator);