decodeDoubleOrNull abstract method

double? decodeDoubleOrNull(
  1. String key, {
  2. int? id,
})

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

Implementation

double? decodeDoubleOrNull(String key, {int? id});