adFor method

ADSuyiAd adFor(
  1. int adId
)

Implementation

ADSuyiAd adFor(int adId) {
  return map[adId];
}