InboxExistsDto constructor
InboxExistsDto({
- required bool exists,
Returns a new InboxExistsDto instance.
Implementation
InboxExistsDto({
required this.exists,
});
Returns a new InboxExistsDto instance.
InboxExistsDto({
required this.exists,
});