Environment constructor

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

Implementation

Environment({
  this.customValues,
});