childNum property

int get childNum

Implementation

int get childNum => _el != null ? _el.children.length : 0;