ENV constructor

ENV(
  1. String? apikey,
  2. String? region
)

Implementation

ENV(this.apikey, this.region);