toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cloudSql != null) 'cloudSql': cloudSql!.toJson(),
      if (creationTime != null) 'creationTime': creationTime!,
      if (description != null) 'description': description!,
      if (friendlyName != null) 'friendlyName': friendlyName!,
      if (hasCredential != null) 'hasCredential': hasCredential!,
      if (lastModifiedTime != null) 'lastModifiedTime': lastModifiedTime!,
      if (name != null) 'name': name!,
    };