DataSubscription<T> constructor

DataSubscription<T>(
  1. RTDataEvent event,
  2. String tableName,
  3. Function _handleResponse,
  4. void _handleFault(
    1. String fault
    )?, [
  5. Map options = const {},
])

Implementation

DataSubscription(
    this.event, this.tableName, this._handleResponse, this._handleFault,
    [this.options = const {}]);