computeChildren method

  1. @override
List<EquationRowNode?> computeChildren()
override

Compute children. Abstract.

Used to cache children list

Implementation

@override
List<EquationRowNode?> computeChildren() =>
    body.expand((row) => row).toList(growable: false);