PublisherModel_ResourceReference constructor

PublisherModel_ResourceReference({
  1. String? uri,
  2. String? resourceName,
  3. String? useCase,
  4. String? description,
})

Implementation

PublisherModel_ResourceReference({
  this.uri,
  this.resourceName,
  this.useCase,
  this.description,
}) : super(fullyQualifiedName);