GetRequestParcel<T, R> class

Constructors

GetRequestParcel({required String id, required String address, required String path, required GetMethod method, required String authToken, required R result, T? builder, List<GetFile>? files, Map<String, dynamic> query = const {}, Map<String, dynamic> body = const {}})

Properties

address String
final
authToken String
final
body Map<String, dynamic>
final
builder → T?
final
files List<GetFile>?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
key String
no setter
method GetMethod
final
path String
final
query Map<String, dynamic>
final
result ↔ R
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.
override

Operators

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