Envy constructor

const Envy({
  1. String path = '.env',
})

Implementation

const Envy({this.path = '.env'});