IncludeConditions constructor

IncludeConditions({
  1. int? daysToLookBack,
  2. bool? isSmartList,
  3. String? kind,
  4. int? membershipDurationDays,
  5. String? segment,
})

Implementation

IncludeConditions({
  this.daysToLookBack,
  this.isSmartList,
  this.kind,
  this.membershipDurationDays,
  this.segment,
});