isDateTime property

bool get isDateTime

Discover if the String is a DateTime

Implementation

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