getValues static method

List<PT> getValues()

Implementation

static List<PT> getValues() {
  return List.from(_values);
}