menu
flutter_dynamic_components package
documentation
extenstions.dart
NumDurationExtensions
hours property
hours property
dark_mode
light_mode
hours
property
Duration
get
hours
Implementation
Duration get hours => (this * 1000 * 1000 * 60 * 60).microseconds;
flutter_dynamic_components package
documentation
extenstions
NumDurationExtensions
hours property
NumDurationExtensions extension on
num