BalanceTransaction constructor
BalanceTransaction({})
Implementation
BalanceTransaction({
required this.object,
required this.id,
required this.amount,
required this.fee,
required this.feeDetails,
required this.net,
required this.currency,
});