FetchRequestFederatedCredential constructor

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

Implementation

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