encodeStringOrNull abstract method

void encodeStringOrNull(
  1. String key,
  2. String? value, {
  3. int? id,
})

Encodes a nullable string value for the given key or id.

Implementation

void encodeStringOrNull(String key, String? value, {int? id});