menu
fml package
documentation
helpers/time.dart
TimeUnitDuration
isZero method
isZero method
dark_mode
light_mode
isZero
method
bool
isZero
(
)
Check if the
TimeUnitDuration
is 0
Implementation
bool isZero() { return amount == 0; }
fml package
documentation
helpers/time
TimeUnitDuration
isZero method
TimeUnitDuration class