encodeIntOrNull abstract method

void encodeIntOrNull(
  1. int? value
)

Encodes a nullable integer value.

Implementation

void encodeIntOrNull(int? value);