Encodes a nullable string value.
@override void encodeStringOrNull(String? value) { _value = value; }