jsonNull property

  1. @override
JsonPayload jsonNull
override

Create a Json with a null rawValue

Implementation

@override
JsonPayload get jsonNull => JsonPayload.fromDynamic(null);