encodedString property

String encodedString

A getter to return a UTF-8 String from the encoded bytes (_encodedBytes)

Implementation

String get encodedString => utf8.decode(_encodedBytes);