FastRequest class

Constructors

FastRequest()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

apiVersion() → String?
cacheTime() → Duration?
codeKey() → String
doPost() → bool
inTarget(FastViewModel viewModel) → FastRequest
isShowLog() → bool
localTestData() → String?
msgKey() → String
needLogin() → bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconnectStrategyStart() → bool
reconnectTime() → int
responseKey() → String?
retJson() → bool
send(Future observable, {TaskStatusListener? listener, OnData? onData, OnError? onError}) → dynamic
sendApi({TaskStatusListener? listener, OnData? onData, OnError? onError}) → dynamic
sendApiAction(BuildContext context, {dynamic hud, OnData? onData, OnError? onError, OnHeaders? onHeaders}) → Future
sendByFuture(Future future, {TaskStatusListener? listener, OnData? onData, OnError? onError}) → dynamic
successCode() → List
toString() → String
A string representation of this object.
inherited
url() → String

Operators

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