jsonType property

  1. @override
String jsonType
override

The json type of this health data is dk.cachet.carp.health.<healthdatatype>, where <healthdatatype> is the lowercase version of the dataType.

Implementation

@override
String get jsonType =>
    '${HealthSamplingPackage.HEALTH}.${dataType.toLowerCase()}';