menu
humanize package
documentation
i18n.dart
HumanizeI18n
naturalDelta method
naturalDelta method
dark_mode
light_mode
naturalDelta
method
String
naturalDelta
(
Duration
delta
)
Implementation
String naturalDelta(Duration delta) => hz.naturaldelta(delta, locale: locale);
humanize package
documentation
i18n
HumanizeI18n
naturalDelta method
HumanizeI18n class