Returns this node as an DSX instance if isDSX returns true.
true
@override DSX? get asDSX { if (nodes.length == 1) { return nodes.first.asDSX; } else { return null; } }