Expression.ofBool constructor

Expression.ofBool(
  1. bool value
)

Implementation

Expression.ofBool(bool value) : nodes = [Code(value.toString())];