DictionaryType enum
Values
- plurals → const DictionaryType
-
const DictionaryType(r'plurals')
- stopwords → const DictionaryType
-
const DictionaryType(r'stopwords')
- compounds → const DictionaryType
-
const DictionaryType(r'compounds')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → DictionaryType
Constants
-
values
→ const List<
DictionaryType> - A constant List of the values in this enum, in order of their declaration.