FetchRequestPasswordCredential constructor

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

Implementation

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