isDone property

  1. @override
bool isDone
override

The state is mutated using a stream and the stream is done.

Implementation

@override
bool get isDone => _isDone;