tryEnd method

T? tryEnd(
  1. int index
)

Implementation

T? tryEnd(int index) {
  return tryGet(length - 1 + index);
}