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