DeleteNodeIntent constructor

const DeleteNodeIntent()

The const DeleteNodeIntent(); statement is creating an instance of the DeleteNodeIntent class using a const constructor. This means that the instance of DeleteNodeIntent is a compile-time constant.

Implementation

const DeleteNodeIntent();