Envify constructor

const Envify({
  1. String? name,
  2. String path = '.env',
})

Implementation

const Envify({this.name, this.path = '.env'});