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