encodeNull abstract method

void encodeNull(
  1. String key, {
  2. int? id,
})

Encodes 'null' for the given key or id.

Implementation

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