Returns true if this Duration has the same value as other.
true
other
bool operator ==(Object other) => other is Duration && _duration == other.inMicroseconds;