body property

List<List<EquationRowNode?>> body
final

Body of the matrix.

First index is line number. Second index is column number.

Implementation

final List<List<EquationRowNode?>> body;