time property

Implementation

PlutoColumnTypeTime get time {
  if (this is! PlutoColumnTypeTime) {
    throw TypeError();
  }

  return this as PlutoColumnTypeTime;
}