Companion

object Companion

Types

Link copied to clipboard
sealed interface UserFactory

Factory interface for creating instances of the User domain model. This interface provides a method to create a User object with a given ID and profile.

Properties

Link copied to clipboard

Singleton instance of the default UserFactory implementation. This can be used to create User instances without explicitly instantiating the factory.