Custom name for the generated implementation class.
If not specified, a default naming convention will be used (e.g. _XImpl).
_XImpl
Example: name = "UserRoutes" → class _UserRoutesImpl will be generated.
name = "UserRoutes"
_UserRoutesImpl