cert property

XdrAuthCert cert

Implementation

XdrAuthCert get cert => this._cert;
void cert= (XdrAuthCert value)

Implementation

set cert(XdrAuthCert value) => this._cert = value;