TonTransaction constructor
TonTransaction({
- required String id,
- required int gramAmount,
- required bool isRefund,
- required int date,
- TonTransactionType? type,
Implementation
TonTransaction({
required this.id,
required this.gramAmount,
required this.isRefund,
required this.date,
this.type,
});