DsaReportRequestUser.fromJson constructor

DsaReportRequestUser.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DsaReportRequestUser.fromJson(Map<String, dynamic> json) =>
    _$DsaReportRequestUserFromJson(json);