JSONObject constructor Null safety

JSONObject(
  1. Map<String, _JSONValue?> fields
)

Implementation

JSONObject(this.fields);