Owner constructor

Owner({
  1. String? displayName,
  2. String? id,
})

Implementation

Owner({
  this.displayName,
  this.id,
});