CatalogV1Id constructor

CatalogV1Id({
  1. String? locationId,
  2. String? catalogV1Id,
})

Implementation

CatalogV1Id({
  this.locationId, this.catalogV1Id
});