isData property
bool
get
isData
A test to determine if this StreamNotification wraps a data event.
Implementation
bool get isData => kind == NotificationKind.data;
A test to determine if this StreamNotification wraps a data event.
bool get isData => kind == NotificationKind.data;