taskControl property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
TaskControl? taskControl
getter/setter pair

The TaskControl which triggered the collection of this measurement.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
TaskControl? taskControl;