equals method

bool equals(
  1. Uint8List other
)

Returns true of other elements are equals.

Implementation

bool equals(Uint8List other) => _listIntEquality.equals(this, other);