classNamePrefix top-level constant
String
const classNamePrefix
Prefix for utility classes generated for ProxyApis.
This lowers the chances of variable name collisions with user defined parameters.
Implementation
const String classNamePrefix = 'Pigeon';