Options constructor

Options({
  1. bool? includeOnlyTargetedUserLists,
})

Implementation

Options({
  this.includeOnlyTargetedUserLists,
});