OWUserProfile constructor

OWUserProfile({
  1. required String profileId,
})

Implementation

OWUserProfile({
  required this.profileId,
});