Environment constructor

Environment({
  1. Map<String, String>? variables,
})

Implementation

Environment({
  this.variables,
});