Json.fromInt constructor

const Json.fromInt(
  1. int value
)

Create a JSON value containing the given value.

Implementation

const Json.fromInt(int this.value);