toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (complyWithGuidelines != null)
    'complyWithGuidelines': complyWithGuidelines!,
  if (hasBusinessAuthority != null)
    'hasBusinessAuthority': hasBusinessAuthority!,
  if (hasVoiceOfMerchant != null) 'hasVoiceOfMerchant': hasVoiceOfMerchant!,
  if (resolveOwnershipConflict != null)
    'resolveOwnershipConflict': resolveOwnershipConflict!,
  if (verify != null) 'verify': verify!,
  if (waitForVoiceOfMerchant != null)
    'waitForVoiceOfMerchant': waitForVoiceOfMerchant!,
};