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