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