SortedFrac<T extends EventFractal> constructor

SortedFrac<T extends EventFractal>(
  1. List<T> value, {
  2. dynamic onMove()?,
})

Implementation

SortedFrac(super.value, {this.onMove});