ModelSearch class

Define searchable fields.

You can store values as searchable values and search for elements that contain all of those defined in ModelQueryFilter.equal.

Available for category search, etc.

検索可能なフィールドを定義します。

値を検索可能な値として保存し、ModelQueryFilter.equalで定義されたものがすべて含まれる要素を検索することができます。

カテゴリー検索等に利用可能です。

Inheritance
Implemented types
Available Extensions
Annotations

Constructors

ModelSearch(List<String> searchList)
Define searchable fields.
const
factory
ModelSearch.fromJson(DynamicMap json)
Convert from json map to ModelSearch.
factory
ModelSearch.fromServer(List<String> searchList)
Used to disguise the retrieval of data from the server.
const
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<String>
Actual value.
no setteroverride

Methods

compareTo(ModelSearch other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() DynamicMap
Methods for Json serialization.
override
toString() String
A string representation of this object.
override

Operators

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

Constants

kListKey → const String
Key to save the list.
kSourceKey → const String
Key to store the data source.
typeString → const String
Type key.