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