FilterTableColumns class

Options to configure rule type FilterTableColumns.

The rule is used to filter the list of columns to include or exclude from a table. The rule filter field can refer to one entity. The rule scope can be: Table Only one of the two lists can be specified for the rule.

Constructors

FilterTableColumns({List<String>? excludeColumns, List<String>? includeColumns})
FilterTableColumns.fromJson(Map json_)

Properties

excludeColumns List<String>?
List of columns to be excluded for a particular table.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeColumns List<String>?
List of columns to be included for a particular table.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited