RegisterNotificationV3Body constructor
- String? deviceId,
- String? deviceDescription,
- PlatformDTO? platform,
- String? token,
- bool? sendPushNotifications,
Implementation
const RegisterNotificationV3Body({
this.deviceId,
this.deviceDescription,
this.platform,
this.token,
this.sendPushNotifications,
});