BaseServiceRequestParams class abstract
Constructors
-
BaseServiceRequestParams({required Map<
String, String> headers, required RequestServiceType type, required int requestID}) -
const
Properties
Methods
-
body(
) → List< int> ? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toResponse<
T> (Object? body, [int? statusCode]) → BaseServiceResponse< T> -
toString(
) → String -
A string representation of this object.
inherited
-
toUri(
String uri) → Uri
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited