const ListTypeNode({ required this.type, required bool isNonNull, FileSpan? span, }) : super(isNonNull, span);