toLDAPSType method
Implementation
LDAPSType toLDAPSType() {
switch (this) {
case 'Client':
return LDAPSType.client;
}
throw Exception('$this is not known in enum LDAPSType');
}
LDAPSType toLDAPSType() {
switch (this) {
case 'Client':
return LDAPSType.client;
}
throw Exception('$this is not known in enum LDAPSType');
}