Returns the name of the plugin.
If fullName is true, the full name is returned, including "Plugin" or "Service". If it is false, these are sliced off the end of the string.
If lowercase is true, the name as selected by the above is returned in lowercase.
All cases are evaluated at compile-time for performance.
Whether to return the name in lowercase.
Whether to return the full name, including "Plugin" or "Service".
The name of the mixing-in class, in the requested form.
Returns the name of the plugin.
If fullName is true, the full name is returned, including "Plugin" or "Service". If it is false, these are sliced off the end of the string.
If lowercase is true, the name as selected by the above is returned in lowercase.
All cases are evaluated at compile-time for performance.