boolean property

Implementation

TrinaColumnTypeBoolean get boolean {
  if (this is! TrinaColumnTypeBoolean) {
    throw TypeError();
  }
  return this as TrinaColumnTypeBoolean;
}