CopyNodeIntent constructor
const
CopyNodeIntent()
The const CopyNodeIntent(); statement is creating an instance of the CopyNodeIntent class
using a const constructor. This means that the instance of CopyNodeIntent is a compile-time
constant, which can help with performance optimizations and memory efficiency.
Implementation
const CopyNodeIntent();