readyState property
DocumentReadyState
get
readyState
Retrieves a value that indicates the current state of the object.
Implementation
_i3.DocumentReadyState get readyState =>
_i3.DocumentReadyStateOptions.values.byName(_i4.getProperty(
this,
'readyState',
));