InstalledCatalog constructor
- String hrn,
- int version
Creates a new instance.
-
hrnA HERE Resource Name (HRN) for this catalog. See CatalogIdentifier for more info. -
versionA version number for a catalog. See CatalogIdentifier for more info.
Implementation
factory InstalledCatalog(String hrn, int version) => $prototype.make(hrn, version);