TUIRequestCallback class

Constructors

TUIRequestCallback({required RequestOnAccepted onAccepted, required RequestOnRejected onRejected, required RequestOnCancelled onCancelled, required RequestOnTimeout onTimeout, required RequestOnError onError})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAccepted RequestOnAccepted
getter/setter pair
onCancelled RequestOnCancelled
getter/setter pair
onError RequestOnError
getter/setter pair
onRejected RequestOnRejected
getter/setter pair
onTimeout RequestOnTimeout
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited