duration property

  1. @JsonKey(toJson: _$IsoDurationToJson, fromJson: _$IsoDurationFromJson)
Duration? duration
getter/setter pair

The optional duration over the course of which the measures need to be sampled. Null implies infinite by default.

Implementation

@JsonKey(toJson: _$IsoDurationToJson, fromJson: _$IsoDurationFromJson)
Duration? duration;