MastodonPushAlerts constructor
const
MastodonPushAlerts({ - required bool mention,
- required bool quote,
- required bool status,
- required bool reblog,
- required bool follow,
- required bool followRequest,
- required bool favourite,
- required bool poll,
- required bool update,
- required bool quotedUpdate,
- required bool adminSignUp,
- 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,
});