isTimeOfDay property
bool
get
isTimeOfDay
check the string can be timeousDay
Implementation
bool get isTimeOfDay {
return toTimeOfDay() != null;
}
check the string can be timeousDay
bool get isTimeOfDay {
return toTimeOfDay() != null;
}