menu
bgg_api package
documentation
bgg_api.dart
SearchParameters class
SearchParameters class
brightness_4
brightness_5
SearchParameters
class
Inheritance
Object
QueryParameters
SearchParameters
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 setter
inherited
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 setter
inherited
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
bgg_api package
documentation
bgg_api
SearchParameters class
bgg_api library