values property

Set<AjaxRequestEventType> values
final

Set of all values of AjaxRequestEventType.

Implementation

static final Set<AjaxRequestEventType> values = [
  AjaxRequestEventType.ABORT,
  AjaxRequestEventType.ERROR,
  AjaxRequestEventType.LOAD,
  AjaxRequestEventType.LOADEND,
  AjaxRequestEventType.LOADSTART,
  AjaxRequestEventType.PROGRESS,
  AjaxRequestEventType.TIMEOUT,
].toSet();