isBool property

bool get isBool

Checks if the given this is a Bool.

Implementation

bool get isBool => equals(Bool);