boolValue property

bool get boolValue

Returns the unique boolean value in the results.

Useful when executing SELECT EXISTS functions.

Implementation

bool get boolValue => intValue != 0;