overLaps property

bool get overLaps

laps が length を超えている場合 true を返す.

Implementation

bool get overLaps => laps.value >= value.value.length;