BooleanParser constructor

BooleanParser(
  1. String newValue
)

Implementation

BooleanParser(String newValue) : value = newValue == 'true';