isBoolType property

bool isBoolType

Returns true if type is bool.

Implementation

bool get isBoolType => type == bool;