EnvStringSchema class final

Implemented types

Constructors

EnvStringSchema(Queue<EnvRule> _rules)

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() EnvSchema<ErrorReporter>
Clone the schema
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optional() EnvString
override
parse(GuardContext<ErrorReporter> ctx, PropertyContext field) PropertyContext
inherited
toString() String
A string representation of this object.
inherited
transform(dynamic fn(GuardContext<ErrorReporter>, PropertyContext)) EnvString
override

Operators

operator ==(Object other) bool
The equality operator.
inherited