SubscriptionBase.withId constructor
SubscriptionBase.withId(
- ExchangeService _service,
- String id
Implementation
SubscriptionBase.withId(this._service, String id) {
this._id = id;
}