UserProfileV2 constructor

UserProfileV2([
  1. void updates(
    1. UserProfileV2Builder b
    )
])

Implementation

factory UserProfileV2([void Function(UserProfileV2Builder b) updates]) = _$UserProfileV2;