isDateTime property
bool
get
isDateTime
Discover if the String is a DateTime
Implementation
bool get isDateTime => GetUtils.isDateTime(this);
Discover if the String is a DateTime
bool get isDateTime => GetUtils.isDateTime(this);