isOnDone property

bool isOnDone

A test to determine if this Notification wraps an onDone event

Implementation

bool get isOnDone => kind == Kind.onDone;