RequesterInvokeUpdate constructor

RequesterInvokeUpdate(
  1. List? updates,
  2. List? rawColumns,
  3. List<TableColumn>? columns,
  4. String streamStatus, {
  5. Map? meta,
  6. DSError? error,
})

Implementation

RequesterInvokeUpdate(
    this.updates, this.rawColumns, this.columns, String streamStatus,
    {this.meta, this.error})
    : super(streamStatus);