toJson method
Implementation
@override
Object toJson() => {
'creationTimestamp': ?creationTimestamp,
'description': ?description,
'id': ?id?.toString(),
'kind': ?kind,
'name': ?name,
'region': ?region,
'resourceStatus': ?resourceStatus?.toJson(),
'selfLink': ?selfLink,
'selfLinkWithId': ?selfLinkWithId,
'sourceConsistencyGroup': ?sourceConsistencyGroup,
'status': ?status,
'zone': ?zone,
};