toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  'creationTimestamp': ?creationTimestamp,
  'description': ?description,
  'features': ?features?.toJson(),
  'id': ?id?.toString(),
  'kind': ?kind,
  'location': ?location?.toJson(),
  'name': ?name,
  'profileType': ?profileType?.toJson(),
  'selfLink': ?selfLink,
  'selfLinkWithId': ?selfLinkWithId,
  'zone': ?zone,
};