BaseRequest class abstract

Implementers

Constructors

BaseRequest({required String baseUrl, required String endPoint, required RestMethod method, required Map<String, String> header, dynamic decoder(dynamic)?})

Properties

baseUrl String
final
body Map<String, dynamic>
no setter
completeUrl String
no setter
decoder → dynamic Function(dynamic)?
final
endPoint String
final
formData → FormData?
no setter
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
headers Map<String, String>
no setter
method RestMethod
final
queryParameters Map<String, dynamic>
no setter
receiveTimeout int?
no setter
responseType → ResponseType
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendTimeout int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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