SearchDestinyEntitiesParams class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
page
↔ int
-
Page number to return, starting with 0.
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
searchTerm
↔ String
-
The string to use when searching for Destiny entities.
read / write
-
type
↔ String
-
The type of entity for whom you would like results. These correspond to the
entity's definition contract name. For instance, if you are looking for items,
this property should be 'DestinyInventoryItemDefinition'.
read / write
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited