hasUdx property

bool get hasUdx

Protocol Flag Getters Returns true if UDX protocol is present

Implementation

/// Returns true if UDX protocol is present
bool get hasUdx => hasProtocol('udx');