inSeconds property
int
get
inSeconds
Converts this Duration to seconds (already exists in core, but for chaining clarity)
Implementation
int get inSeconds => this.inSeconds;
Converts this Duration to seconds (already exists in core, but for chaining clarity)
int get inSeconds => this.inSeconds;