UserProfile constructor

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

Implementation

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