AppDuration.hour constructor

AppDuration.hour(
  1. int value
)

Implementation

AppDuration.hour(int value) : duration = Duration(hours: value);