toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accountItemUpdatesSettings != null)
    'accountItemUpdatesSettings': accountItemUpdatesSettings!,
  if (effectiveAllowAvailabilityUpdates != null)
    'effectiveAllowAvailabilityUpdates': effectiveAllowAvailabilityUpdates!,
  if (effectiveAllowConditionUpdates != null)
    'effectiveAllowConditionUpdates': effectiveAllowConditionUpdates!,
  if (effectiveAllowPriceUpdates != null)
    'effectiveAllowPriceUpdates': effectiveAllowPriceUpdates!,
  if (effectiveAllowStrictAvailabilityUpdates != null)
    'effectiveAllowStrictAvailabilityUpdates':
        effectiveAllowStrictAvailabilityUpdates!,
};