double static method

JsonDouble double(
  1. String key
)

A JsonKey that parses a double.

Implementation

static JsonDouble double(String key) => JsonDouble.parser(key);