IJoinRuleValues constructor

IJoinRuleValues(
  1. IJoinRule all_,
  2. IJoinRule any_
)

Implementation

IJoinRuleValues(this.all_,
    this.any_) : delegate = List.unmodifiable([all_,any_]);