toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (gadPrice != null) 'gadPrice': gadPrice!,
if (priorPrice != null) 'priorPrice': priorPrice!,
if (priorPriceProgressive != null)
'priorPriceProgressive': priorPriceProgressive!,
};