$totalSleepDuration property

Duration get $totalSleepDuration

Implementation

Duration get $totalSleepDuration =>
    Duration(seconds: totalSleepDuration as int);