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