toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  'creationTimestamp': ?creationTimestamp,
  'description': ?description,
  'fingerprint': ?fingerprint,
  'healthDestination': ?healthDestination,
  if (healthSources.isNotDefault) 'healthSources': healthSources,
  'id': ?id?.toString(),
  'kind': ?kind,
  'name': ?name,
  'region': ?region,
  'selfLink': ?selfLink,
  'selfLinkWithId': ?selfLinkWithId,
};