equalsDeep method

bool equalsDeep(
  1. Uint8List? other
)

Implementation

bool equalsDeep(Uint8List? other) => const ListEquality().equals(this, other);