isOnDone property
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;