eq method

bool eq(
  1. Uint8List other
)

Implementation

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