InterestGroupAd constructor

InterestGroupAd({
  1. required String renderURL,
  2. String? metadata,
})

Implementation

InterestGroupAd({required this.renderURL, this.metadata});