HttpOperation<T extends HttpOperation<T>> class Null safety

An operation that requires sending HTTP requests to the backend.

Implementers

Constructors

HttpOperation()

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

execute() → Future<void>
Executes the operation asynchronously.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
requestHeaders(RequestHeaders requestHeaders) → T
Specifies the additional request headers that must be included in the HTTP requests sent by the operation.
toString() → String
A string representation of this object.
inherited

Operators

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