menu
ella package
documentation
time/EllaTime.dart
EllaTime
addSeconds method
addSeconds method
dark_mode
light_mode
addSeconds
method
EllaTime
addSeconds
(
int
value
)
Implementation
EllaTime addSeconds(int value) { return new EllaTime(seconds + value); }
ella package
documentation
time/EllaTime
EllaTime
addSeconds method
EllaTime class