getChildAt method

RenderViewModel? getChildAt(
  1. int index
)

Implementation

RenderViewModel? getChildAt(int index) {
  return null;
}