Credentials constructor

const Credentials({
  1. String? name,
  2. String? password,
})

Implementation

const Credentials({this.name, this.password});