SetMembershipExpression constructor Null safety

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

Implementation

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