UserDataDTO constructor

UserDataDTO({
  1. FullUser? user,
})

Returns a new UserDataDTO instance.

Implementation

UserDataDTO({
  this.user,
});