FhirField constructor

const FhirField(
  1. bool isList,
  2. String type
)

Implementation

const FhirField(this.isList, this.type);