date property

Implementation

PlutoColumnTypeDate get date {
  if (this is! PlutoColumnTypeDate) {
    throw TypeError();
  }

  return this as PlutoColumnTypeDate;
}