DataNotification<T> constructor
const
DataNotification<T> (
- T value
Constructs a DataNotification with the provided value
.
Implementation
const DataNotification(this.value) : super._(NotificationKind.data);