fromJson static method

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

Implementation

static TCICMuteAllRepModel fromJson(Map<String, dynamic> json) {
  TCICLog.info('TCICMuteAllRepModel fromJson need override: $json',actionModule: ActionModule.httpResponse.name,actionName: ActionName.muteAll.name);
  return TCICMuteAllRepModel();
}