toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adFormat = this.adFormat;
  final adTypes = this.adTypes;
  final adUnitId = this.adUnitId;
  final appId = this.appId;
  final displayName = this.displayName;
  final name = this.name;
  return {
    'adFormat': ?adFormat,
    'adTypes': ?adTypes,
    'adUnitId': ?adUnitId,
    'appId': ?appId,
    'displayName': ?displayName,
    'name': ?name,
  };
}