AccountRef constructor

AccountRef({
  1. String? href,
  2. String? id,
  3. String? kind,
  4. String? name,
})

Implementation

AccountRef({
  this.href,
  this.id,
  this.kind,
  this.name,
});