ChangelogSubscriptionResult constructor
Creates a ChangelogSubscriptionResult record.
Implementation
const ChangelogSubscriptionResult({
required this.subscribed,
required this.alreadySubscribed,
});
Creates a ChangelogSubscriptionResult record.
const ChangelogSubscriptionResult({
required this.subscribed,
required this.alreadySubscribed,
});