toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (aws != null) 'aws': aws!,
      if (azure != null) 'azure': azure!,
      if (cloudResource != null) 'cloudResource': cloudResource!,
      if (cloudSpanner != null) 'cloudSpanner': cloudSpanner!,
      if (cloudSql != null) 'cloudSql': cloudSql!,
      if (configuration != null) 'configuration': configuration!,
      if (creationTime != null) 'creationTime': creationTime!,
      if (description != null) 'description': description!,
      if (friendlyName != null) 'friendlyName': friendlyName!,
      if (hasCredential != null) 'hasCredential': hasCredential!,
      if (kmsKeyName != null) 'kmsKeyName': kmsKeyName!,
      if (lastModifiedTime != null) 'lastModifiedTime': lastModifiedTime!,
      if (name != null) 'name': name!,
      if (salesforceDataCloud != null)
        'salesforceDataCloud': salesforceDataCloud!,
      if (spark != null) 'spark': spark!,
    };