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