menu
now package
documentation
now.dart
IntConvertDuration
hours property
hours property
dark_mode
light_mode
hours
property
Duration
get
hours
Returns a
Duration
with the given number of hours.
Implementation
Duration get hours => Duration(hours: this);
now package
documentation
now
IntConvertDuration
hours property
IntConvertDuration extension on
int