fromJson static method

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

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