EnvConfig class

Runtime access to environment configuration. This is a placeholder that will be replaced by generated code.

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

Operators

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

Static Properties

instance EnvConfig
no setter

Static Methods

getBool(String key, {bool? defaultValue}) bool?
Gets a boolean value from environment.
getDouble(String key, {double? defaultValue}) double?
Gets a double value from environment.
getInt(String key, {int? defaultValue}) int?
Gets an integer value from environment.
getString(String key, {String? defaultValue}) String?
Gets a string value from environment.
setMasterKey(String key) → void
Sets the master key for decryption.