isDateTime property

bool isDateTime

Is this String a DateTime value?

Implementation

bool get isDateTime => GetUtils.isDateTime(this);