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