NotificationWidgetBase<T extends NotificationBase> constructor

NotificationWidgetBase<T extends NotificationBase>(
  1. T model
)

Implementation

NotificationWidgetBase(this.model) : super(key: Key(model.time.toString()));