isDateTime property

bool isDateTime

Discover if the String is a DateTime

Implementation

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