FetchRequestPasswordCredential constructor

FetchRequestPasswordCredential({
  1. WebUri? iconURL,
  2. dynamic id,
  3. String? name,
  4. String? password,
  5. String? type,
})

Implementation

FetchRequestPasswordCredential({
  this.iconURL,
  this.id,
  this.name,
  this.password,
  String? type,
}) : super(type: type);