GetProfileResponse constructor

GetProfileResponse({
  1. Profile? profile,
})

Implementation

GetProfileResponse({
  this.profile,
});