Flutter
dart:core
Duration
inMicroseconds property
inMicroseconds
Duration class
Constructors
Duration
Properties
hashCode
inDays
inHours
inMicroseconds
inMilliseconds
inMinutes
inSeconds
isNegative
runtimeType
Methods
abs
compareTo
toString
noSuchMethod
Operators
operator *
operator +
operator -
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Constants
hoursPerDay
microsecondsPerDay
microsecondsPerHour
microsecondsPerMillisecond
microsecondsPerMinute
microsecondsPerSecond
millisecondsPerDay
millisecondsPerHour
millisecondsPerMinute
millisecondsPerSecond
minutesPerDay
minutesPerHour
secondsPerDay
secondsPerHour
secondsPerMinute
zero
inMicroseconds property
int
inMicroseconds
Returns number of whole microseconds spanned by this Duration.
Implementation
int get inMicroseconds => _duration;