toStringDecoded method

String toStringDecoded()

Returns a string representation with UTF-8 decoded contents Throws FormatException if the data is not valid UTF-8

Implementation

String toStringDecoded() =>
    'CursorEntry(key: $keyAsString, data: $dataAsString)';