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