PostSignup class

Inheritance
  • Object
  • RequestAction
  • PostAction
  • PostSignup
Mixed-in types
  • Anonymous

Constructors

PostSignup({required String firstName, required String lastName, required String email, required String password, required String passwordConfirmation, String? organizationToken})

Properties

authority String
finalinherited
body Object
finalinherited
dispatcherKey String
Identifies the origin of the action (example: "account_kit").
final
email String
final
firstName String
final
hashCode int
The hash code for this object.
no setterinherited
isFetching bool
finalinherited
json String?
finalinherited
lastName String
final
method String
finalinherited
networkCompletionKey String
getter/setter pairinherited
onError ↔ dynamic Function(ApiError)?
getter/setter pairinherited
onSuccess ↔ dynamic Function(Response)?
getter/setter pairinherited
organizationToken String?
final
password String
final
passwordConfirmation String
final
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 _) 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