children property Null safety

List<MfmNode>? children
final

if node has child, will be array.

Implementation

final List<MfmNode>? children;