Decodes the data as a string value.
@override String decodeString() { final key = keys.current; return decoder.decodeString(key is String ? key : '', id: key is int ? key : null); }