UserCredentials constructor

const UserCredentials(
  1. String username,
  2. String password
)

Implementation

const UserCredentials(this.username, this.password);