LocalQuantitySample constructor
LocalQuantitySample({})
Implementation
LocalQuantitySample({
this.id,
required this.value,
required this.startDate,
required this.endDate,
this.sourceBundle,
this.type,
required this.unit,
});