toJson method
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,
};