GetCurrentUserResponse constructor

GetCurrentUserResponse({
  1. User? user,
})

Implementation

GetCurrentUserResponse({
  this.user,
});