TrxactViewModel class
Constructors
- TrxactViewModel({required PaymentDetails paymentDetails, required String username, required String password, required String apiKey, required String requestHashKey, required Stage stage, required Function onSuccess, required Function onFailure, required Function onError})
Properties
- apiKey → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onError ↔ Function
-
getter/setter pair
- onFailure ↔ Function
-
getter/setter pair
- onSuccess ↔ Function
-
getter/setter pair
- password → String
-
final
- paymentDetails → PaymentDetails
-
final
- requestHashKey → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stage → Stage
-
final
- username → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited