DatabaseSubscriptionInternal constructor

DatabaseSubscriptionInternal(
  1. String topic,
  2. DatabaseTable table,
  3. DatabaseSubscriptionEvent event
)

Implementation

DatabaseSubscriptionInternal(this.topic, this.table, this.event);