JsonValueBoolean constructor

const JsonValueBoolean(
  1. bool value
)

Implementation

const JsonValueBoolean(this.value);