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