adIdFor method

int? adIdFor(
  1. Ad ad
)

Implementation

int? adIdFor(Ad ad) => _loadedAds.inverse[ad];