asBytes method

double asBytes(
  1. {int precision = 2}
)

Implementation

double asBytes({int precision = 2}) => _withPrecision(_bytes, precision: precision);