fromJson static method

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

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