Val.bFalse constructor

Val.bFalse()

Creates a Val with boolean = false.

Implementation

Val.bFalse() {
  _boolVal = false;
}