LdapResult constructor

LdapResult(
  1. int _resultCode,
  2. String? _matchedDN,
  3. String _diagnosticMessage,
  4. List<String> _referralURLs,
)

Constructor

Implementation

LdapResult(this._resultCode, this._matchedDN, this._diagnosticMessage,
    this._referralURLs);