asDSX property

DSX<Object>? get asDSX

Implementation

DSX? get asDSX => isDSX ? DSX.resolveDSX(keys.first) : null;