PersistentSubscriptionExistsException constructor

PersistentSubscriptionExistsException(
  1. String streamId,
  2. String groupName, {
  3. Object? cause,
})

Implementation

PersistentSubscriptionExistsException(
  this.streamId,
  this.groupName, {
  this.cause,
});