bothends static method

List<int> bothends(
  1. int columns
)

Implementation

static List<int> bothends(int columns) => columns > 1 ? [1, columns] : [1];