Dart String.fromEnvironment()
Syntax & Examples
Syntax of String.fromEnvironment
The syntax of String.String.fromEnvironment constructor is:
String.fromEnvironment(String name, {String defaultValue = ""})
This String.fromEnvironment constructor of String returns value for name
in the compilation configuration environment declaration.