RegisterNotificationV3Body constructor

const RegisterNotificationV3Body({
  1. String? deviceId,
  2. String? deviceDescription,
  3. PlatformDTO? platform,
  4. String? token,
  5. bool? sendPushNotifications,
})

Implementation

const RegisterNotificationV3Body({
  this.deviceId,
  this.deviceDescription,
  this.platform,
  this.token,
  this.sendPushNotifications,
});