caughtUp method

bool caughtUp(
  1. int target
)

Whether the reveal has caught up with target.

Implementation

bool caughtUp(int target) => _revealed >= target;