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