bool containsAll(Iterable<Object?> other) { final modifiedValue = value; final result = modifiedValue.containsAll(other); value = modifiedValue; return result; }