Decodes the data as a nullable string value.
@override String? decodeStringOrNull() { if (decodeIsNull()) return null; return _parent._readString(); }