isDateTime property

bool get isDateTime

Is this String a DateTime value?

Implementation

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