array property

List<num> array

Implementation

List<num> get array {
  return [x, y];
}