ByteUnits constructor

const ByteUnits({
  1. String name = '',
  2. double value = 0,
})

Implementation

const ByteUnits({
  this.name = '',
  this.value = 0,
});