toJson method

Map<String, dynamic> toJson()

Implementation

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