Options constructor
Options({
- bool? includeOnlyTargetedUserLists,
- PathQueryOptions? pathQueryOptions,
Implementation
Options({
this.includeOnlyTargetedUserLists,
this.pathQueryOptions,
});