data property
T?
data
final
The data associated with this event. Can be null if event doesn't carry any data.
Implementation
final T? data;
The data associated with this event. Can be null if event doesn't carry any data.
final T? data;