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