SortedFrac<T extends EventFractal> constructor
SortedFrac<T extends EventFractal> (
- List<
T> value, { - dynamic onMove()?,
Implementation
SortedFrac(super.value, {this.onMove});