toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (businessModel != null) 'businessModel': businessModel!,
if (customerServicePendingEmail != null)
'customerServicePendingEmail': customerServicePendingEmail!,
if (customerServicePendingPhoneNumber != null)
'customerServicePendingPhoneNumber':
customerServicePendingPhoneNumber!,
if (customerServicePendingPhoneRegionCode != null)
'customerServicePendingPhoneRegionCode':
customerServicePendingPhoneRegionCode!,
if (customerServiceVerifiedEmail != null)
'customerServiceVerifiedEmail': customerServiceVerifiedEmail!,
if (customerServiceVerifiedPhoneNumber != null)
'customerServiceVerifiedPhoneNumber':
customerServiceVerifiedPhoneNumber!,
if (customerServiceVerifiedPhoneRegionCode != null)
'customerServiceVerifiedPhoneRegionCode':
customerServiceVerifiedPhoneRegionCode!,
if (onlineSalesChannel != null)
'onlineSalesChannel': onlineSalesChannel!,
if (participationStage != null)
'participationStage': participationStage!,
};