ModelIdentifiers

Factory helpers for the value-class identifiers. These cannot be expressed as PascalCase faux-constructors because a same-signature fun ProviderId(String) / fun ModelId(String) would conflict with the value-class primary constructors, so they live as members of this object.

Since

0.3.0-beta01

Functions

Link copied to clipboard
fun modelId(value: String): ModelId
Link copied to clipboard