includeNoSideEffects property

bool includeNoSideEffects
final

When true, set the key on NO_SIDE_EFFECTS methods too. Default false: methods without side effects are safe to retry without dedup, so the header would only add noise. Flip on for correlation use cases.

Implementation

final bool includeNoSideEffects;