IntegerParser constructor

IntegerParser(
  1. String newValue
)

Implementation

IntegerParser(String newValue) : value = int.parse(newValue);