int static method

JsonInt int(
  1. String key
)

A JsonKey that parses an int.

Implementation

static JsonInt int(String key) => JsonInt.parser(key);