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