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