section property

  1. @JsonKey.new(name: 'Section')
List<Section?>? get section
inherited

Implementation

@JsonKey(name: 'Section')
List<Section?>? get section => throw _privateConstructorUsedError;