MastodonPushAlertSettings constructor

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

Implementation

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