OmniModelPerferences class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- enableHints ↔ bool
-
Toggle console hints about mispelled keys and mismatched types
getter/setter pair
- enforceLowerCaseKeys ↔ bool
-
Enforce the keys of every OmniModel to be lowercase. This automatically changes the keys to lowercase when creating and accessing the OmniModel
getter/setter pair
- similarityBackend ↔ SimilarityBackend
-
Edit the algorithm used for calculating similarity among strings.
getter/setter pair