TransferSentInfo constructor
TransferSentInfo({
- required int amountInCents,
- required String amountLocalized,
- required DateTime createdAt,
- required String transferId,
- required AccountInfo receiver,
Implementation
TransferSentInfo({
required this.amountInCents,
required this.amountLocalized,
required this.createdAt,
required this.transferId,
required this.receiver,
});