toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (advertiserIds != null) 'advertiserIds': advertiserIds!,
if (buyer != null) 'buyer': buyer!.toJson(),
if (price != null) 'price': price!.toJson(),
};