Json.fromBool constructor

const Json.fromBool(
  1. bool value
)

Create a JSON value containing the given value.

Implementation

const Json.fromBool(bool this.value);