PackagePublisher constructor

const PackagePublisher({
  1. String? publisherId,
})

Implementation

const PackagePublisher({
  this.publisherId,
});