UserTransferWithoutAccount constructor
UserTransferWithoutAccount({})
Implementation
UserTransferWithoutAccount({
required this.id,
required this.amount,
required this.moneyAmount,
required this.pointAmount,
required this.description,
required this.doneAt,
required this.type,
});