Json.fromInt constructor
const
Json.fromInt(
- int value
Create a JSON value containing the given value.
Implementation
const Json.fromInt(int this.value);
Create a JSON value containing the given value.
const Json.fromInt(int this.value);