eq method

bool eq(
  1. Uint8List other
)

Implementation

bool eq(Uint8List other) => u8aUtil.u8aEq(toU8a(), other);