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