Owner constructor

Owner(
  1. String? displayName,
  2. String? iD
)

Implementation

Owner(
  this.displayName,
  this.iD,
);