isBool property

bool isBool

Whether this value is a bool.

Implementation

bool get isBool {
  return value == 'true' || value == 'false';
}