noGeneric top-level constant
_NoGeneric
const noGeneric
If a class which is annotead with noGeneric is extended or implemented, the derived class MUST NOT impose a type argument!
Implementation
const _NoGeneric noGeneric = const _NoGeneric();