Get the name of the module.
/** * The name of the module * * @return name The name of the module */ function name() external pure returns (string memory) { return "ModuleExample"; }
None
string
The name of the module.