Options constructor

Options({
  1. bool? includeOnlyTargetedUserLists,
  2. PathQueryOptions? pathQueryOptions,
})

Implementation

Options({
  this.includeOnlyTargetedUserLists,
  this.pathQueryOptions,
});