BinarySizeIecStandard constructor

const BinarySizeIecStandard({
  1. String name = 'IEC',
  2. String author = 'International Electrotechnical Commission',
  3. String conventionExample = '1.0 KiB = 1,024 B',
  4. String unitsExample = 'Binary - Kibibytes (KiB), Mebibytes (MiB), Gibibytes(GiB)',
})

Implementation

const BinarySizeIecStandard({
  super.name = 'IEC',
  super.author = 'International Electrotechnical Commission',
  super.conventionExample = '1.0 KiB = 1,024 B',
  super.unitsExample = 'Binary - Kibibytes (KiB), Mebibytes (MiB), Gibibytes(GiB)',
});