TransactionEvent class
Constructors
-
TransactionEvent({required TransactionEventType type, required Map<
String, dynamic> data}) - TransactionEvent.fromMap(Map map)
-
factory
Properties
-
cardReadersReadyForUse
→ List<
String> ? -
no setter
-
data
→ Map<
String, dynamic> -
final
- device → Device?
-
no setter
-
errors
→ List<
TransactionError> ? -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- progress → String?
-
no setter
-
requirements
→ Map<
String, dynamic> ? -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionResult → TransactionResult?
-
no setter
- type → TransactionEventType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited