Publisher constructor

Publisher({
  1. String? issuingAuthority,
  2. String? name,
  3. String? publisherNamespace,
})

Implementation

Publisher({
  this.issuingAuthority,
  this.name,
  this.publisherNamespace,
});