ReportRefreshStatsInput.fromJson constructor

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

Implementation

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