Returns the rune value of the field at index index. If the field is not a valid rune value will return -1.
index
int getRune(int index) => _parseRune(getField(index));