factory OHLPushCustomMessage.fromJson(Map<String, dynamic> json) { return OHLPushCustomMessage(json['content'], json['messageId'], json['timeStamp'], json['extrasMap']); }