NotificationEventData constructor

const NotificationEventData({
  1. required Object object,
  2. Object? previousAttributes,
})

NotificationEventData

Implementation

const NotificationEventData({
  required this.object,
  this.previousAttributes,
});