fromJson static method
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();
}