isBool property
bool
get
isBool
Returns true
if string is double.
"xyz".isBool; // false
"false".isBool; // true
Implementation
bool get isBool => toBool() != null;
Returns true
if string is double.
"xyz".isBool; // false
"false".isBool; // true
bool get isBool => toBool() != null;