unfilled property

List<int> unfilled

Implementation

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