reportSpecification property

  1. @JsonKey(name: 'report_specification', fromJson: _reportSpecificationFromJson)
ReportSpecification reportSpecification
getter/setter pair

Implementation

@JsonKey(name: 'report_specification', fromJson: _reportSpecificationFromJson)
late ReportSpecification reportSpecification = ReportSpecification();