isBool property

bool isBool

Is this String a boolean value?

Implementation

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