DurationConst.second constructor
DurationConst.second(
- int value
Implementation
DurationConst.second(int value) : duration = Duration(seconds: value);
DurationConst.second(int value) : duration = Duration(seconds: value);