NotificationSubscription constructor

NotificationSubscription({
  1. bool? allManagedAccounts,
  2. String? callBackUri,
  3. String? name,
  4. String? registeredEvent,
  5. String? targetAccount,
})

Implementation

NotificationSubscription({
  this.allManagedAccounts,
  this.callBackUri,
  this.name,
  this.registeredEvent,
  this.targetAccount,
});