const_ property

  1. @JsonKey(name: 'const')
List<StructureMapConst>? const_
inherited

const_ ("const") Definition of a constant value used in the map rules.

Implementation

@JsonKey(name: 'const')
List<StructureMapConst>? get const_ => throw _privateConstructorUsedError;