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