afterSeconds property
int
get
afterSeconds
Gets the duration in seconds after the specified time.
Implementation
int get afterSeconds => seconds * -1;
Gets the duration in seconds after the specified time.
int get afterSeconds => seconds * -1;