BulkTransferSetupResult constructor
Implementation
const BulkTransferSetupResult({
required this.txType,
required this.destination,
required this.totalSizeBytes,
required this.toHub,
this.txSubType,
this.partnerUid,
this.totalCrc32,
this.errorCodes = const <int>[],
});