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