FhirPathQuantity constructor

FhirPathQuantity(
  1. num amount,
  2. String unit
)

Implementation

FhirPathQuantity(this.amount, this.unit);