bool operator == (Object other)
override
@override bool operator ==(Object other) => identical(this, other) || other is UnknownRawData && deepEquals(data, other.data) && deepEquals(handles, other.handles);