Construct a new JsonNull instance.
const JsonNull({ required String key, }) : super(key: key, data: null);