toJson method
Implementation
@override
Object toJson() => {
'creationTimestamp': ?creationTimestamp,
'description': ?description,
'details': ?details?.toJson(),
'id': ?id?.toString(),
'kind': ?kind,
'name': ?name,
'recommendation': ?recommendation?.toJson(),
'selfLink': ?selfLink,
'selfLinkWithId': ?selfLinkWithId,
};