isReady property

Stream<bool> get isReady

Stream for the form

Implementation

Stream<bool> get isReady => _ready.stream;