filled property

List<int> filled

Implementation

List<int> get filled =>
    _options.where((o) => value >= o).toList(growable: false);