values static method

List<String> values()

Implementation

static List<String> values() {
  return const CustomColumns().getValues();
}