UpdateAppAction class

Inheritance
  • Object
  • RequestAction
  • PutAction
  • UpdateAppAction

Constructors

UpdateAppAction(int appID, Map body)

Properties

appID int
final
authority String
finalinherited
body Map
final
dispatcherKey String
Identifies the origin of the action (example: "account_kit").
final
hashCode int
The hash code for this object.
no setterinherited
isFetching bool
finalinherited
method String
finalinherited
networkCompletionKey String
getter/setter pairinherited
path String
getter/setter pairinherited
queryParams Map<String, String>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
Time where the action is dispatched.
finalinherited
url String
finalinherited

Methods

apiCall(NetworkState state) Future<Response>
inherited
decodeResponse(Store store, Response data) → dynamic
override
endpoint(bool https, String apiEndpoint) Uri
inherited
headers(NetworkState store) Map<String, String>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setNetworkCompletionKey(String networkCompletionKey) → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object a) bool
The equality operator.
inherited