getMeasureList method Null safety
Returns a list of Measure
s from this DataTypeSamplingSchemeList.
If types
are specified, it returns a list of Measure
s for the
specified types
.
This method is a convenient way to get a list of pre-configured measures of the correct type with default settings.
Implementation
List<Measure> getMeasureList({required List<String> types});