encodeDoubleOrNull abstract method

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

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

Implementation

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