FwUpdateSetupArgs constructor

const FwUpdateSetupArgs({
  1. int? destination,
  2. int? totalSizeBytes,
})

Implementation

const FwUpdateSetupArgs({
  this.destination,
  this.totalSizeBytes,
});