onData property

DataTrigger<T?>? onData
final

Called for every change to the data. May be called with null if T is a nullable type.

Implementation

final DataTrigger<T?>? onData;