operator [] method

ChildType? operator [](
  1. int index
)

Implementation

ChildType? operator [](int index) => _children[index];