toStringDecoded method
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)';
Returns a string representation with UTF-8 decoded contents Throws FormatException if the data is not valid UTF-8
String toStringDecoded() =>
'CursorEntry(key: $keyAsString, data: $dataAsString)';