JSONString constructor Null safety

JSONString(
  1. String value
)

Implementation

JSONString(this.value);