hours property

Duration get hours

Duration in Hours

Implementation

Duration get hours => Duration(hours: this.toInt());