AccountRelationship constructor

AccountRelationship({
  1. String? accountIdAlias,
  2. String? name,
  3. String? provider,
  4. String? providerDisplayName,
})

Implementation

AccountRelationship({
  this.accountIdAlias,
  this.name,
  this.provider,
  this.providerDisplayName,
});