jsonType property

String jsonType
inherited

Return the $type to be used for JSON serialization of this class. Default is runtimeType. Only specify this if you need another type.

Implementation

String get jsonType =>
    'dk.cachet.carp.protocols.domain.tasks.measures.$runtimeType';