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