PasswordCredential constructor

PasswordCredential({
  1. required String? id,
  2. required String? password,
  3. String? name,
  4. String? iconUrl,
})

Implementation

PasswordCredential(
    {required this.id, required this.password, this.name, this.iconUrl});