filter property

PlutoAggregateFilter? filter
final

Returns whether to be filtered according to the value of PlutoCell.value.

Example) Only when the value of PlutoCell.value is Android, it is included in the aggregate list.

filter: (cell) => cell.value == 'Android',

Implementation

final PlutoAggregateFilter? filter;