DictionaryFrequency class
A database entity that that represents supplementary frequency data for a certain search key.
- Annotations
-
- @Collection()
Constructors
- DictionaryFrequency({required double value, required String displayValue, Id? id})
- Frequency data contains a numerical and text value.
Properties
-
dictionary
→ IsarLink<
Dictionary> -
This object belongs to a dictionary.
final
- displayValue → String
-
Text representation of the frequency information.
final
- hashCode → int
-
The hash code for this object.
read-onlyoverride
-
heading
→ IsarLink<
DictionaryHeading> -
This object belongs to a certain heading.
final
- id ↔ Id?
-
Identifier for database purposes.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- value → double
-
Numerical representation of the frequency information.
final
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.
override