duration property
- @JsonKey(toJson: _$IsoDurationToJson, fromJson: _$IsoDurationFromJson)
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;