getOr method

T? getOr(
  1. int index
)

Implementation

T? getOr(int index) {
  return _list.getOr(index);
}