toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attachments != null) 'attachments': attachments!,
  if (configured != null) 'configured': configured!,
  if (creationTimestamp != null) 'creationTimestamp': creationTimestamp!,
  if (description != null) 'description': description!,
  if (etag != null) 'etag': etag!,
  if (id != null) 'id': id!,
  if (intent != null) 'intent': intent!,
  if (interconnectGroup != null) 'interconnectGroup': interconnectGroup!,
  if (kind != null) 'kind': kind!,
  if (logicalStructure != null) 'logicalStructure': logicalStructure!,
  if (name != null) 'name': name!,
  if (selfLink != null) 'selfLink': selfLink!,
};