Presets_Query class final

Preset option controlling parameters for query speed-precision trade-off

Inheritance
  • Object
  • ProtoEnum
  • Presets_Query

Constructors

Presets_Query(String value)
const
Presets_Query.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

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

Operators

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

Constants

$default → const Presets_Query
The default value for Presets_Query.
fast → const Presets_Query
Faster response as a trade-off against less precise neighbors.
precise → const Presets_Query
More precise neighbors as a trade-off against slower response.