isOnData property
bool
get
isOnData
A test to determine if this Notification wraps an onData event
Implementation
bool get isOnData => kind == Kind.onData;
A test to determine if this Notification wraps an onData event
bool get isOnData => kind == Kind.onData;