MastodonWebPushSubscription constructor

const MastodonWebPushSubscription({
  1. required String id,
  2. required String endpoint,
  3. required String serverKey,
  4. required MastodonPushAlerts alerts,
  5. required String policy,
  6. bool? standard,
})

Implementation

const MastodonWebPushSubscription({
  required this.id,
  required this.endpoint,
  required this.serverKey,
  required this.alerts,
  required this.policy,
  this.standard,
});