DataNotification<T> constructor

const DataNotification<T>(
  1. T value
)

Constructs a DataNotification with the provided value.

Implementation

const DataNotification(this.value) : super._(NotificationKind.data);