UnbanUserResponse constructor

UnbanUserResponse({
  1. required String error,
  2. required int status,
  3. required String message,
})

Implementation

UnbanUserResponse({
  required this.error,
  required this.status,
  required this.message,
});