Credentials constructor

Credentials(
  1. String username,
  2. String password
)

Implementation

Credentials(this.username, this.password);