FetchRequestFederatedCredential constructor

FetchRequestFederatedCredential({
  1. dynamic type,
  2. dynamic id,
  3. String? name,
  4. String? protocol,
  5. String? provider,
  6. Uri? iconURL,
})

Implementation

FetchRequestFederatedCredential(
    {type, this.id, this.name, this.protocol, this.provider, this.iconURL})
    : super(type: type);