Env constructor

Env(
  1. String label,
  2. EnvUser? user,
  3. String baseUrl,
  4. bool prefillForms
)

Implementation

Env(
  this.label,
  this.user,
  this.baseUrl,
  this.prefillForms,
);