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.
Functions
Link copied to clipboard
Creates a new User instance.
abstract fun create(id: String, profile: UserProfile.Companion.UserProfileFactory.UserProfileFactoryResult): User.Companion.UserFactory.UserFactoryResult