toList method

List<int> toList()

Implementation

List<int> toList() {
  return [
    interval,
    priority.index,
    displacement,
  ];
}