children property

List<Block> children

The children of this block.

Implementation

List<Block> get children => _children.toList();