isComplete property

ValueNotifier<bool> isComplete
getter/setter pair

Implementation

ValueNotifier<bool> isComplete = ValueNotifier(false);