toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (advertiserId != null) 'advertiserId': advertiserId!,
      if (advertiserName != null) 'advertiserName': advertiserName!,
      if (brandId != null) 'brandId': brandId!,
      if (brandName != null) 'brandName': brandName!,
    };