Decodes the data as a nullable string value.
@override String? decodeStringOrNull() { return _unpacker.unpackString(); }