SMHRequest<T> class
Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
method(
) → RequestMethod -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
path(
) → String? -
request(
List< String> paths, {String? urlMethod, Map<String, dynamic> ? header, Map<String, dynamic> ? query, dynamic body, CancelToken? cancelToken, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress, SMHFinishCalBack<T> ? finishCallback}) → Future<SMHResponse< T> ?> -
serviceKey(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
URLMethod(
) → String?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
filterSMHName(
List< String> list) → String -
getServiceName(
) → String