BatchComplianceData.fromJson constructor

BatchComplianceData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory BatchComplianceData.fromJson(Map<String, Object?> json) =>
    _$BatchComplianceDataFromJson(json);