Publisher constructor

Publisher({
  1. String? name,
  2. String? primaryContact,
})

Implementation

Publisher({
  this.name,
  this.primaryContact,
});