readyState property

DocumentReadyState get readyState

Retrieves a value that indicates the current state of the object.

MDN Reference

Implementation

_i3.DocumentReadyState get readyState =>
    _i3.DocumentReadyStateOptions.values.byName(_i4.getProperty(
      this,
      'readyState',
    ));