menu
clara package
documentation
extensions/duration.dart
DurationExtensions
isShorterThan method
isShorterThan method
dark_mode
light_mode
isShorterThan
method
bool
isShorterThan
(
Duration
other
)
Implementation
bool isShorterThan(Duration other) => this < other;
clara package
documentation
extensions/duration
DurationExtensions
isShorterThan method
DurationExtensions extension on
Duration