SearchParameters class

Inheritance

Constructors

SearchParameters({required String query, List<ThingType> type = const [], bool exact = false})

Properties

exact bool
Limit results to items that match the SEARCH_QUERY exactly
final
hashCode int
The hash code for this object.
no setterinherited
query String
Returns all types of Items that match SEARCH_QUERY. Spaces in the SEARCH_QUERY are replaced by a +
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type List<ThingType>
Return all items that match SEARCH_QUERY of type TYPE. TYPE might be rpgitem, videogame, boardgame, boardgameaccessory or boardgameexpansion. You can return multiple types by listing them separated by commas, e.g. type=TYPE1,TYPE2,TYPE3
final

Methods

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

Operators

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