JSONBool constructor Null safety

JSONBool(
  1. bool value
)

Implementation

JSONBool(this.value);