BinarySizeJedecStandard constructor

const BinarySizeJedecStandard({
  1. String name = 'JEDEC',
  2. String author = 'Joint Electron Device Engineering Council',
  3. String conventionExample = '1.0 KB = 1,024 B',
  4. String unitsExample = 'Binary - Kilobytes (KB), Megabytes (MB), Gigabytes(GB)',
})

Implementation

const BinarySizeJedecStandard({
  super.name = 'JEDEC',
  super.author = 'Joint Electron Device Engineering Council',
  super.conventionExample = '1.0 KB = 1,024 B',
  super.unitsExample = 'Binary - Kilobytes (KB), Megabytes (MB), Gigabytes(GB)',
});