SearchAutoCompleteFilter class

Details of how to filter and list search auto complete information.

Constructors

SearchAutoCompleteFilter({bool? includeCollapsedFields, List<int>? projectIds})
SearchAutoCompleteFilter.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
includeCollapsedFields bool
Include collapsed fields for fields that have non-unique names.
final
projectIds List<int>
List of project IDs used to filter the visible field details returned.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? includeCollapsedFields, List<int>? projectIds}) SearchAutoCompleteFilter
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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