Environment class final
- Implemented types
Constructors
Properties
Methods
-
get<
T> (EnvSchema variable) → T -
override
-
getRawOrFail<
T extends dynamic> (String key) → T -
loadEnvironment(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
orderEnvFiles(
List< FileSystemEntity> files) → List<FileSystemEntity> -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
List< EnvSchema> values) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited