core.Map<core.String, core.dynamic> toJson() { final endPrice = this.endPrice; final startPrice = this.startPrice; return {'endPrice': ?endPrice, 'startPrice': ?startPrice}; }