PushNotificationTemplateRequest constructor
PushNotificationTemplateRequest({
- AndroidPushNotificationTemplate? adm,
- APNSPushNotificationTemplate? apns,
- AndroidPushNotificationTemplate? baidu,
- DefaultPushNotificationTemplate? defaultValue,
- String? defaultSubstitutions,
- AndroidPushNotificationTemplate? gcm,
- String? recommenderId,
- String? templateDescription,
- Map<
String, String> ? tags,
Implementation
PushNotificationTemplateRequest({
this.adm,
this.apns,
this.baidu,
this.defaultValue,
this.defaultSubstitutions,
this.gcm,
this.recommenderId,
this.templateDescription,
this.tags,
});