encodeBoolOrNull abstract method

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

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

Implementation

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