fb.Node? getChild(fb.Scene scene, int index) { int? childIndex = children?[index]; if (childIndex == null) { return null; } return scene.nodes?[childIndex]; }