isDateTime property

bool get isDateTime

Implementation

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