inMicroseconds property
The number of whole microseconds spanned by this Duration.
The returned value can be greater than 999999. For example a duration of three seconds, 125 milliseconds and 369 microseconds has 3125369 microseconds.
Implementation
int get inMicroseconds => _duration;
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-core/Duration/inMicroseconds.html