User.initial constructor

User.initial()

Implementation

factory User.initial() => User(primaryContact: Contact.initial());