isDateTime property
bool
get
isDateTime
Implementation
bool get isDateTime {
return this != null && this is DateTimeField;
}
bool get isDateTime {
return this != null && this is DateTimeField;
}