fromJson static method

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

Implementation

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