BytesArgs constructor

const BytesArgs({
  1. String? data,
  2. int? fletcher32,
  3. int? sequenceId,
})

Implementation

const BytesArgs({
  this.data,
  this.fletcher32,
  this.sequenceId,
});