codeFilter property

List<DataRequirementCodeFilter>? codeFilter
inherited

codeFilter Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed.

Implementation

List<DataRequirementCodeFilter>? get codeFilter =>
    throw _privateConstructorUsedError;