isBool property

bool get isBool

Discover if the String is a boolean

Implementation

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