BasicLevel constructor

BasicLevel({
  1. String? combiningFunction,
  2. List<Condition>? conditions,
})

Implementation

BasicLevel({this.combiningFunction, this.conditions});