RelayApiClient class abstract

Implemented types

Constructors

RelayApiClient(String name, ApiClient parent, [ApiCodec? codec])

Properties

hashCode int
The hash code for this object.
no setterinherited
parent ApiClient
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ctx([List<Type>? types]) RequestContext
mount(String prefix, [ApiCodec? codec]) ApiClient
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request<T>(String endpoint, Map<String, dynamic> params, RequestContext? context) → T
override
toString() String
A string representation of this object.
inherited

Operators

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