setChildCount method

dynamic setChildCount(
  1. int value
)

Implementation

setChildCount(int value) {
  _childCount = value;
}