ExportPublisherModelResponse constructor

ExportPublisherModelResponse({
  1. String publisherModel = '',
  2. String destinationUri = '',
})

Implementation

ExportPublisherModelResponse({
  this.publisherModel = '',
  this.destinationUri = '',
}) : super(fullyQualifiedName);