IRequestInterface class abstract base

The base of all request interfaces. You must extend from this interface to define custom requests.

Constructors

IRequestInterface()

Properties

baseUrl Uri
Gets the base url of the wordpress site.
no setter
executor ↔ IRequestExecutor
The internal requester instance.
latefinal
hashCode int
The hash code for this object.
no setterinherited
interfaceKey ↔ InterfaceKey
The interface key, this must be unique and will act as a unique identifier for this interface.
latefinal
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
onInit() → void
This method is called right after internal initialization process of the interface completes.
toString() String
A string representation of this object.
inherited

Operators

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