ProfileNameViewState constructor

ProfileNameViewState({
  1. required String userId,
})

Implementation

ProfileNameViewState({
  required this.userId,
});