SetMembershipExpression constructor

const SetMembershipExpression(
  1. List values, {
  2. bool within = true,
})

Implementation

const SetMembershipExpression(this.values, {this.within = true});