UserTransactionWithTransfers constructor
UserTransactionWithTransfers({})
Implementation
UserTransactionWithTransfers({
required this.id,
required this.type,
required this.isModified,
required this.user,
this.balance,
this.amount,
this.moneyAmount,
this.pointAmount,
required this.account,
required this.description,
required this.doneAt,
this.transfers,
});