UpdateUserResponse constructor

UpdateUserResponse({
  1. required User data,
})

Returns a new UpdateUserResponse instance.

Implementation

UpdateUserResponse({
  required this.data,
});