JSONObject constructor Null safety

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

Implementation

JSONObject(this.fields);