jsonNull top-level constant

JsonValue const jsonNull

A zero-cost wrapper around a JSON null value.

This type exists to provide a subtype of JsonValue that is null.

Implementation

const jsonNull = JsonValue._(null);