toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (about != null) 'about': about!,
  if (country != null) 'country': country!,
  if (hostedLocalStorefrontActive != null)
    'hostedLocalStorefrontActive': hostedLocalStorefrontActive!,
  if (inventory != null) 'inventory': inventory!,
  if (omnichannelExperience != null)
    'omnichannelExperience': omnichannelExperience!,
  if (onDisplayToOrder != null) 'onDisplayToOrder': onDisplayToOrder!,
  if (posDataProvider != null) 'posDataProvider': posDataProvider!,
  if (storePickupActive != null) 'storePickupActive': storePickupActive!,
};