AppEnv class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
get(String key, {String defaultValue = ''})
→ String
-
Retrieves the value of the specified environment variable.
If the key doesn't exist, returns the
defaultValue
.
-
load(String filePath)
→ void
-
Loads environment variables from the specified .env file path.