UserProfile constructor

UserProfile({
  1. bool? isDefault,
  2. String? profileId,
})

Implementation

UserProfile({
  this.isDefault,
  this.profileId,
});