MastodonPushAlerts constructor

const MastodonPushAlerts({
  1. required bool mention,
  2. required bool quote,
  3. required bool status,
  4. required bool reblog,
  5. required bool follow,
  6. required bool followRequest,
  7. required bool favourite,
  8. required bool poll,
  9. required bool update,
  10. required bool quotedUpdate,
  11. required bool adminSignUp,
  12. required bool adminReport,
})

Implementation

const MastodonPushAlerts({
  required this.mention,
  required this.quote,
  required this.status,
  required this.reblog,
  required this.follow,
  required this.followRequest,
  required this.favourite,
  required this.poll,
  required this.update,
  required this.quotedUpdate,
  required this.adminSignUp,
  required this.adminReport,
});