Env class
Properties
Methods
-
contains(
String substring) → Map< String, dynamic> -
endsWith(
String suffix) → Map< String, dynamic> -
has(
String key) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
omit(
List< String> keys) → Map<String, dynamic> -
pick(
List< String> keys) → Map<String, dynamic> -
regexMatch(
String pattern) → Map< String, dynamic> -
startsWith(
String prefix) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → dynamic