findOrNull

fun List<IviMediaItem>?.findOrNull(mediaId: String): IviMediaItem?

Returns the first IviMediaItem with the given mediaId in this list; null otherwise.