DotenvConfigurationProvider class

Dotenv Configuration Provider

@author sombochea @since 1.0.0

Inheritance

Constructors

DotenvConfigurationProvider()
default constructor to load the platform environment

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

containsKey(String key) bool
check has key or not in implemented classes
override
containsKeyAsync(String key) Future<bool>
check has key or not for async function
inherited
getOrNull(String key, {String? defaultValue}) String?
get or null in implemented classes
override
getOrNullAsync(String key, {String? defaultValue}) Future<String?>
get or null for async function
inherited
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