ProfileSetupViewModel constructor

ProfileSetupViewModel()

Implementation

ProfileSetupViewModel() {
  this.name = currentUser?.fullName;
}