structure property

List<StructureMapStructure>? structure
inherited

structure A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced.

Implementation

List<StructureMapStructure>? get structure =>
    throw _privateConstructorUsedError;