NotificationHistoryInsertV3Body constructor

const NotificationHistoryInsertV3Body({
  1. NotificationTypeDTO? type,
  2. String? message,
  3. String? serialNumber,
  4. String? url,
  5. PlatformDTO? devicePlatform,
  6. DateTime? dateCreated,
  7. List<String>? tags,
})

Implementation

const NotificationHistoryInsertV3Body({
  this.type,
  this.message,
  this.serialNumber,
  this.url,
  this.devicePlatform,
  this.dateCreated,
  this.tags,
});