namedChildCount property

int get namedChildCount

Implementation

int get namedChildCount => children.where((child) => child.isNamed).length;