hasTime property
bool?
get
hasTime
Implementation
bool? get hasTime {
if (isTimeInferred == true) return false;
return resultDate?.hasTime;
}
bool? get hasTime {
if (isTimeInferred == true) return false;
return resultDate?.hasTime;
}