InstalledCatalog constructor

InstalledCatalog(
  1. String hrn,
  2. int version
)

Creates a new instance.

Implementation

factory InstalledCatalog(String hrn, int version) => $prototype.make(hrn, version);