TabbyDto constructor
TabbyDto({
- required String transactionId,
- num amount = 0,
- required TabbyCredential credential,
Implementation
TabbyDto({
required this.transactionId,
this.amount = 0,
required this.credential,
});