HKHeartRate constructor

HKHeartRate(
  1. HKQuantitySample data
)

Creates a new heart rate record with the specified sample data.

Implementation

HKHeartRate(this.data);