EnvUser constructor

const EnvUser(
  1. String email,
  2. String password
)

Implementation

const EnvUser(this.email, this.password);