DotENV class
Properties
-
commandLine
→ List<
String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
{dynamic commandLine = String}) → dynamic -
expand(
String content, bool shouldExpand) → List -
gennerateStartup(
{String platform = 'flutter', String envfile = '.env', String dirname = './'}) → Future< void> -
getENVContent(
String path) → Future< String?> -
getPath(
Map< String, dynamic> argv) → Map<String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
{List< String> commandLine = const []}) → Map<String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String filename, String content) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited