EmptyResponseDto constructor

EmptyResponseDto({
  1. String? message,
})

Returns a new EmptyResponseDto instance.

Implementation

EmptyResponseDto({
  this.message,
});