unfilled property

List<int> get unfilled

Implementation

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