DictionaryEntryState enum
Indicates whether a dictionary entry is active (enabled
) or inactive (disabled
).
Values
- enabled → const DictionaryEntryState
-
const DictionaryEntryState(r'enabled')
- disabled → const DictionaryEntryState
-
const DictionaryEntryState(r'disabled')
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) → DictionaryEntryState
Constants
-
values
→ const List<
DictionaryEntryState> - A constant List of the values in this enum, in order of their declaration.