BaseService class
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headerDefault
↔ Map<
String, String> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deletex<
T> (String path, {Map< String, String> ? headers, Object? body}) → Future<Response> -
getx<
T> (String path, {Map< String, String> ? headers}) → Future<Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patchx<
T> (String path, {Map< String, String> ? headers, Object? body}) → Future<Response> -
postx<
T> (String path, {Map< String, String> ? headers, Object? body}) → Future<Response> -
putx<
T> (String path, {Map< String, String> ? headers, Object? body}) → Future<Response> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited