elementAtOrNull method

E? elementAtOrNull(
  1. int index
)

Implementation

E? elementAtOrNull(int index) {
  return getOrNull(index);
}