RrInterval constructor

RrInterval({
  1. required RrInterUnitValue rrInterval,
  2. String? temporalRelationshipToPhysicalActivity,
})

Creates a PhysicalActivity. The activityName is required according to the OMH definition.

Implementation

RrInterval({
  required this.rrInterval,
  this.temporalRelationshipToPhysicalActivity,
});