operator [] method

List operator [](
  1. int index
)

Implementation

List<dynamic> operator [](int index) => _matrix[index];