OHLPushCustomMessage.fromJson constructor

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

Implementation

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