hasIndex method

bool hasIndex(
  1. int index
)

Implementation

bool hasIndex(int index) {
  return index < value.length;
}