UnbanUserResponse constructor

UnbanUserResponse({
  1. required User data,
})

Returns a new UnbanUserResponse instance.

Implementation

UnbanUserResponse({
  required this.data,
});