dateFilter property

List<DataRequirementDateFilter>? dateFilter
inherited

dateFilter Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed.

Implementation

List<DataRequirementDateFilter>? get dateFilter =>
    throw _privateConstructorUsedError;