UEmptyResponse constructor

UEmptyResponse({
  1. required int status,
  2. required String message,
})

Implementation

UEmptyResponse({
  required this.status,
  required this.message,
});