toList method

List<T> toList()

Implementation

List<T> toList() {
  return <T>[x, y, z, q];
}