subtract method

ByteConverter subtract(
  1. ByteConverter value
)

Implementation

ByteConverter subtract(ByteConverter value) => this - value;