InRangeExcept constructor

const InRangeExcept(
  1. List<Object> ranges,
  2. List<Object> except
)

Implementation

const InRangeExcept(this.ranges, this.except);