UserMarkAllNotifsReadResponse constructor
const
UserMarkAllNotifsReadResponse({
- @JsonKey.new(name: 'mark_all_notifications_as_read') required String markAllNotificationsAsRead,
Implementation
const factory UserMarkAllNotifsReadResponse({@JsonKey(name: 'mark_all_notifications_as_read') required String markAllNotificationsAsRead}) = _UserMarkAllNotifsReadResponse;