fromJson static method

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

Implementation

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