Returns true if other is an AssetId with the same package and path.
true
other
@override bool operator ==(Object other) => other is AssetId && package == other.package && path == other.path;