UserMarkAllNotifsReadResponse constructor

const UserMarkAllNotifsReadResponse({
  1. @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;