boolValue property

bool? get boolValue

Implementation

bool? get boolValue => this is BoolToolValue ? (this as BoolToolValue).value : null;