yottabyte constant

Unit const yottabyte

Implementation

static const yottabyte = Unit(
    'yottabyte',
    // Suppress analyzer error (with .0) about possible integer overflow.
    // There is no overflow in this particular case.
    1000000000000000000000000.0,
    UnitType.decimal);