fromJson static method

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

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