HKBodyTemperature constructor

HKBodyTemperature(
  1. HKQuantitySample data
)

Creates a new body temperature record with the specified sample data.

Implementation

HKBodyTemperature(this.data);