stringValue property

String stringValue

Get the String value of this octet string.

Implementation

String get stringValue => String.fromCharCodes(octets);