valuesOrNull property

List<String>? get valuesOrNull

Implementation

List<String>? get valuesOrNull => isAll ? null : values;