toJson method

Map<String, dynamic> toJson()

Implementation

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