PushNotificationTemplateRequest constructor

PushNotificationTemplateRequest({
  1. AndroidPushNotificationTemplate? adm,
  2. APNSPushNotificationTemplate? apns,
  3. AndroidPushNotificationTemplate? baidu,
  4. DefaultPushNotificationTemplate? defaultValue,
  5. String? defaultSubstitutions,
  6. AndroidPushNotificationTemplate? gcm,
  7. String? recommenderId,
  8. String? templateDescription,
  9. Map<String, String>? tags,
})

Implementation

PushNotificationTemplateRequest({
  this.adm,
  this.apns,
  this.baidu,
  this.defaultValue,
  this.defaultSubstitutions,
  this.gcm,
  this.recommenderId,
  this.templateDescription,
  this.tags,
});