menu
dart_consul package
documentation
common.dart
ConsulIntExtensions
seconds property
seconds property
dark_mode
light_mode
seconds
property
Duration
get
seconds
Turn this int into a
Duration
of seconds.
Implementation
Duration get seconds => Duration(seconds: this);
dart_consul package
documentation
common
ConsulIntExtensions
seconds property
ConsulIntExtensions extension on
int