Credential constructor

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

Implementation

Credential(this.username, this.password);