ClientQueryOptions constructor

ClientQueryOptions({
  1. bool includeUncontrolled,
  2. ClientType type,
})

Implementation

external factory ClientQueryOptions({
  bool includeUncontrolled,
  ClientType type,
});