toList method

List<num> toList()

Implementation

List<num> toList() {
  int orderNo = _order.index;
  return [_x, _y, _z, orderNo];
}