NotificationInsertV2Body constructor

const NotificationInsertV2Body({
  1. String? dealerId,
  2. int? deviceId,
  3. String? type,
  4. String? message,
  5. int? timeCreated,
  6. DateTime? dateTime,
  7. String? serialNumber,
  8. String? displayName,
  9. bool? isUnRead,
  10. bool? isDeleted,
  11. DateTime? dateCreated,
})

Implementation

const NotificationInsertV2Body({
  this.dealerId,
  this.deviceId,
  this.type,
  this.message,
  this.timeCreated,
  this.dateTime,
  this.serialNumber,
  this.displayName,
  this.isUnRead,
  this.isDeleted,
  this.dateCreated,
});