TerminalData class
Constructors
- TerminalData.new({required int nodeId, required int terminalId, required String name, required String terminalTypeName, required int terminalTypeId, required bool isCard, required bool isWallet, required bool canCardTransaction, required bool canWalletTransaction})
-
TerminalData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- canCardTransaction → bool
-
final
- canWalletTransaction → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCard → bool
-
final
- isWallet → bool
-
final
- name → String
-
final
- nodeId → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terminalId → int
-
final
- terminalTypeId → int
-
final
- terminalTypeName → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited