getNextSubstitutionValue method
Implementation
int getNextSubstitutionValue() {
var value = substitutionValue;
this.substitutionValue++;
return value;
}
int getNextSubstitutionValue() {
var value = substitutionValue;
this.substitutionValue++;
return value;
}