toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (blackOwned != null) 'blackOwned': blackOwned!,
  if (includeForPromotions != null)
    'includeForPromotions': includeForPromotions!,
  if (latinoOwned != null) 'latinoOwned': latinoOwned!,
  if (smallBusiness != null) 'smallBusiness': smallBusiness!,
  if (veteranOwned != null) 'veteranOwned': veteranOwned!,
  if (womenOwned != null) 'womenOwned': womenOwned!,
};