DeliveryStatusEntity constructor
const
DeliveryStatusEntity({})
Creates a new delivery status entity.
Implementation
const DeliveryStatusEntity({
required this.notificationId,
required this.status,
required this.timestamp,
this.errorMessage,
this.retryCount = 0,
this.deliveredAt,
this.openedAt,
this.dismissedAt,
this.metadata = const <String, dynamic>{},
});