isDone property

bool isDone

A test to determine if this StreamNotification wraps a done event.

Implementation

bool get isDone => kind == NotificationKind.done;