TableUpdateQuery.allOf constructor

const TableUpdateQuery.allOf(
  1. List<TableUpdateQuery> queries
)

A query that listens for all updates that match any query in queries.

Implementation

const factory TableUpdateQuery.allOf(List<TableUpdateQuery> queries) =
    MultipleUpdateQuery;