Environment class final

Implemented types

Constructors

Environment()

Properties

hashCode int
The hash code for this object.
no setterinherited
list Map<String, String>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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