fromBits static method

ByteConverter fromBits(
  1. int value
)

Implementation

static ByteConverter fromBits(int value) => ByteConverter.withBits(value);