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