addBytes method

ByteConverter addBytes(
  1. double value
)

Implementation

ByteConverter addBytes(double value) => this + fromBytes(value);