NotificationObject<T> constructor

NotificationObject<T>(
  1. T object,
  2. int? index,
  3. NotificationType type
)

Implementation

NotificationObject(this.object, this.index, this.type);