ArrayNode([String type = 'Array', Location? loc, List<Node>? children]) : children = children ?? <Node>[], super(type, loc);