Json.fromNull constructor

const Json.fromNull()

Create a JSON value containing null.

Implementation

const Json.fromNull() : value = null;