Notification<T>.onDone constructor

Notification<T>.onDone()

Constructs a Notification with Kind.onDone

Implementation

factory Notification.onDone() => const Notification(Kind.onDone, EMPTY, null);