formReady method

dynamic formReady()

Check if the form is ready

Implementation

formReady() {
  _ready.add(true);
}