atOrNull method

T? atOrNull(
  1. int index
)

Implementation

T? atOrNull(int index) {
  return value.elementAtOrNull(index);
}