MobPushCustomMessage constructor

MobPushCustomMessage(
  1. String content,
  2. String? messageId,
  3. int? timestamp,
  4. Map<String, dynamic>? extrasMap,
)

Implementation

MobPushCustomMessage(this.content, this.messageId, this.timestamp, this.extrasMap);