decodeIsNull abstract method

bool decodeIsNull(
  1. String key, {
  2. int? id,
})

Checks if the data for the given key or id is null.

Implementation

bool decodeIsNull(String key, {int? id});