GetFunctionEnvironment constructor
Creates a new GetFunctionEnvironment.
variables Map of environment variables that are accessible from the function code during execution.
Implementation
const GetFunctionEnvironment({
required this.variables,
});