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