WordpressResponse<T> class abstract interface

Implementers
Available Extensions
Annotations
  • @immutable

Constructors

WordpressResponse({required int code, required Map<String, dynamic> headers, required Duration duration, required Map<String, dynamic> requestHeaders, required dynamic rawData, Map<String, dynamic>? extra, String? message})
const

Properties

code int
final
duration Duration
final
extra Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setteroverride
headers Map<String, dynamic>
final
message String?
final
requestHeaders Map<String, dynamic>
final
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.
override

Operators

operator ==(covariant WordpressResponse other) bool
The equality operator.
override
operator [](dynamic key) → dynamic