AppDuration.week constructor

AppDuration.week(
  1. int value
)

Implementation

AppDuration.week(int value) : duration = Duration(days: value * 7);