Get the index of the first occurrence of substring in the number.
substring
int indexOfFirst(num substring) => toString().indexOf(substring.toString());