jsonNull property

Json jsonNull

Create a Json with a null rawValue

Implementation

Json get jsonNull => Json.fromDynamic(null);