DurationConst.month constructor

DurationConst.month(
  1. int value
)

Implementation

DurationConst.month(int value) : duration = Duration(days: value * 30);