disallowedPrefixes top-level constant
Prefixes that are not allowed for any names of any types or methods.
Implementation
const List<String> disallowedPrefixes = <String>[
classNamePrefix,
classMemberNamePrefix,
varNamePrefix,
'pigeonChannelCodec'
];