decodeNum abstract method

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

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

Implementation

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