time property

Implementation

TrinaColumnTypeTime get time {
  if (this is! TrinaColumnTypeTime) {
    throw TypeError();
  }
  return this as TrinaColumnTypeTime;
}