MatchOptionShouldEnum class
How the value of the email field specified should be compared to the value given in the match options.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → MatchOptionShouldEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< MatchOptionShouldEnum> ?
Constants
- CONTAIN → const MatchOptionShouldEnum
- EQUAL → const MatchOptionShouldEnum
-
values
→ const List<
MatchOptionShouldEnum> - List of all possible values in this MatchOptionShouldEnum.