utf8StringValue property

String get utf8StringValue

get the String value assuming utf-8 encoding of the octet bytes. UTF-8 is a common encoding for ldap servers

Implementation

String get utf8StringValue => utf8.decode(octets);