BracketsIndexParser constructor

BracketsIndexParser(
  1. String thisValue
)

Implementation

BracketsIndexParser(String thisValue)
    : value = int.parse(thisValue.substring(1, thisValue.length - 1));