NUIPushMeta constructor

NUIPushMeta({
  1. String? type,
  2. String? recipientId,
  3. String? actionType,
})

Implementation

NUIPushMeta({this.type, this.recipientId, this.actionType});