CatalogObjectReference constructor

CatalogObjectReference({
  1. String? objectId,
  2. int? catalogVersion,
})

Implementation

CatalogObjectReference({
  this.objectId, this.catalogVersion
});