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