text property

Implementation

PlutoColumnTypeText get text {
  if (this is! PlutoColumnTypeText) {
    throw TypeError();
  }

  return this as PlutoColumnTypeText;
}