toMap method

Map<String, dynamic> toMap()

Converts the VastAdsRequest to a map.

Returns a Map representation of this object.

Implementation

Map<String, dynamic> toMap() {
  return {
    'adsResponse': adsResponse,
    'adTagUrl': adTagUrl,
  };
}