isGeneric property

bool isGeneric
final

Generic patterns (keyword + assigned string literal) are suppressed on a line where a more specific pattern already matched, to avoid noise.

Implementation

final bool isGeneric;