EnvEnumSchema<T extends Enumerable> class
final
- Implemented types
Constructors
-
EnvEnumSchema(Queue<
EnvRule> _rules, List<T> _source)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNullable ↔ bool
-
getter/setter pairinherited
- isOptional ↔ bool
-
getter/setter pairinherited
-
rules
↔ Queue<
EnvRule> -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addRule(
EnvRule rule, {bool positioned = false}) → void -
inherited
-
clone(
) → EnvEnum -
Clone the schema
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
optional(
) → EnvEnum -
override
-
parse(
GuardContext< ErrorReporter> ctx, PropertyContext field) → PropertyContext -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
dynamic fn(GuardContext< ErrorReporter> , PropertyContext)) → EnvEnum -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited