dateTime property

Implementation

TrinaColumnTypeDateTime get dateTime {
  if (this is! TrinaColumnTypeDateTime) {
    throw TypeError();
  }
  return this as TrinaColumnTypeDateTime;
}