toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (batchId != null) 'batchId': batchId!,
if (errors != null) 'errors': errors!,
if (gmbAccounts != null) 'gmbAccounts': gmbAccounts!,
if (kind != null) 'kind': kind!,
if (liaSettings != null) 'liaSettings': liaSettings!,
if (omnichannelExperience != null)
'omnichannelExperience': omnichannelExperience!,
if (posDataProviders != null) 'posDataProviders': posDataProviders!,
};