BulkTxSetupArgs constructor

const BulkTxSetupArgs({
  1. int? txType,
  2. String? destination,
  3. int? totalSizeBytes,
})

Implementation

const BulkTxSetupArgs({
  this.txType,
  this.destination,
  this.totalSizeBytes,
});