values property
Set of all values of AjaxRequestReadyState.
Implementation
static final Set<AjaxRequestReadyState> values = [
AjaxRequestReadyState.DONE,
AjaxRequestReadyState.HEADERS_RECEIVED,
AjaxRequestReadyState.LOADING,
AjaxRequestReadyState.OPENED,
AjaxRequestReadyState.UNSENT,
].toSet();