DurationConst.day constructor

DurationConst.day(
  1. int value
)

Implementation

DurationConst.day(int value) : duration = Duration(days: value);