BooleanLiteral constructor

BooleanLiteral(
  1. bool value
)

Implementation

BooleanLiteral(this.value);