toJson method

Map<String, dynamic> toJson()

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(),
    };