LOADEND constant
AjaxRequestEventType
const LOADEND
The LOADEND event is fired when a request has completed, whether successfully (after AjaxRequestEventType.LOAD) or unsuccessfully (after AjaxRequestEventType.ABORT or AjaxRequestEventType.ERROR).
Implementation
static const LOADEND = AjaxRequestEventType._internal('loadend', 'loadend');