BinarySizeSiStandard constructor

const BinarySizeSiStandard({
  1. String name = 'SI',
  2. String author = 'Metric System',
  3. String conventionExample = '1.0 kB = 1,000 B',
  4. String unitsExample = 'Decimal - Kilobytes (kB), Megabytes (MB), Gigabytes(GB)',
})

Implementation

const BinarySizeSiStandard({
  super.name = 'SI',
  super.author = 'Metric System',
  super.conventionExample = '1.0 kB = 1,000 B',
  super.unitsExample = 'Decimal - Kilobytes (kB), Megabytes (MB), Gigabytes(GB)',
});