criteria property

  1. @Deprecated('Not supported. Member documentation may have more information.')
Map<String, FilterCriteria>? criteria
getter/setter pair

The criteria for showing/hiding values per column.

The map's key is the column index, and the value is the criteria for that column. This field is deprecated in favor of filter_specs.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.Map<core.String, FilterCriteria>? criteria;