RequestContract class abstract interface

Implementers

Properties

body Object?
no setter
files List<MultipartFile>
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Set<Header>
no setter
method String?
getter/setter pair
queryParameters Map<String, String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RequestType
no setter
url Uri
getter/setter pair

Methods

copyWith({String? method, Uri? url, Set<Header>? headers, Object? body, Map<String, String>? queryParameters}) RequestContract
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