InboxExistsDto constructor

InboxExistsDto({
  1. required bool exists,
})

Returns a new InboxExistsDto instance.

Implementation

InboxExistsDto({
  required this.exists,
});