children property

List<ActorComponent>? children

Implementation

List<ActorComponent>? get children {
  return _children;
}