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