menu
flutter_useful_extensions package
documentation
extensions/other_extensions.dart
NumExtensions
hours property
hours property
dark_mode
light_mode
hours
property
Duration
get
hours
Converts the number to a
Duration
in hours.
Implementation
Duration get hours => Duration(hours: toInt());
flutter_useful_extensions package
documentation
extensions/other_extensions
NumExtensions
hours property
NumExtensions extension on
num