Converts the options into a Map for transmission over the method channel.
Map<String, dynamic> toMap() { return {'adId': adId, 'isTesting': isTesting, 'adsCount': adsCount}; }