Environment constructor

Environment({
  1. String? type,
})

Implementation

Environment({
  this.type,
});