columnFilter property

List<String>? columnFilter
final

A filter of column names for which updates should be tracked.

When set to a non-null value, columns not included in this list will not appear in CrudEntry.previousValues. By default, all columns are included.

Implementation

final List<String>? columnFilter;