encodeNum abstract method

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

Encodes a num value for the given key or id.

Implementation

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