operator [] method

ListRecord operator [](
  1. int index
)

Implementation

ListRecord operator [](int index) => records[index];