isEqualTo method

bool isEqualTo(
  1. ByteConverter instance
)

Implementation

bool isEqualTo(ByteConverter instance) => _bits == instance._bits;