decodeNumOrNull abstract method

num? decodeNumOrNull(
  1. String key, {
  2. int? id,
})

Decodes the data for the given key or id as a nullable num value.

Implementation

num? decodeNumOrNull(String key, {int? id});