UserProfile constructor

UserProfile([
  1. void updates(
    1. UserProfileBuilder b
    )
])

Implementation

factory UserProfile([void Function(UserProfileBuilder b) updates]) = _$UserProfile;