encodeIntOrNull abstract method

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

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

Implementation

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