For comparing with other Media instances.
@override bool operator ==(Object other) { if (other is Media) { return other.uri == uri; } return false; }