DurationConst.hour constructor
DurationConst.hour(
- int value
Implementation
DurationConst.hour(int value) : duration = Duration(hours: value);
DurationConst.hour(int value) : duration = Duration(hours: value);