stratifier property

List<MeasureReportStratifier>? stratifier
inherited

stratifier When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.

Implementation

List<MeasureReportStratifier>? get stratifier =>
    throw _privateConstructorUsedError;