numStages property

int get numStages

The number of synchronization stages (flip-flops).

Minimum is 2. Higher values provide more metastability protection but increase latency.

Implementation

int get numStages => depth;