select property

Implementation

PlutoColumnTypeSelect get select {
  if (this is! PlutoColumnTypeSelect) {
    throw TypeError();
  }

  return this as PlutoColumnTypeSelect;
}