Owner constructor

Owner({
  1. String? id,
})

Implementation

Owner({
  this.id,
});