PushNotificationDing constructor

const PushNotificationDing({
  1. required String id,
  2. required String createdAt,
  3. required String subtype,
  4. String? detectionType,
})

Implementation

const PushNotificationDing({
  required this.id,
  required this.createdAt,
  required this.subtype,
  this.detectionType,
});