criteria property
- @Deprecated('Not supported. Member documentation may have more information.')
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;