Json.boolean constructor

const Json.boolean(
  1. bool value
)

Implementation

const factory Json.boolean(bool value) = JsonBoolean;