library_ property

  1. @JsonKey(name: 'library')
List<FhirCanonical>? library_
inherited

library A reference to a Library resource containing the formal logic used by the measure.

Implementation

@JsonKey(name: 'library')
List<FhirCanonical>? get library_ => throw _privateConstructorUsedError;