SubscriptionBase.withId constructor

SubscriptionBase.withId(
  1. ExchangeService _service,
  2. String id
)
Initializes a new instance of the The service. The id.

Implementation

SubscriptionBase.withId(this._service, String id) {
  this._id = id;
}