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