varNamePrefix top-level constant
String
const varNamePrefix
Prefix for all local variables in methods.
This lowers the chances of variable name collisions with user defined parameters.
Implementation
const String varNamePrefix = '__pigeon_';