indexOf method

int indexOf(
  1. Tag tag
)

Implementation

int indexOf(Tag tag) {
  return value.indexOf(tag);
}