SpecializedDuration class

For testing a class that extends a class that has some operators

Inheritance
  • Object
  • Duration
  • SpecializedDuration

Constructors

SpecializedDuration()

Properties

hashCode → int
read-only, inherited
inDays → int
read-only, inherited
inHours → int
read-only, inherited
inMicroseconds → int
read-only, inherited
inMilliseconds → int
read-only, inherited
inMinutes → int
read-only, inherited
inSeconds → int
read-only, inherited
isNegative → bool
read-only, inherited
runtimeType → Type
read-only, inherited

Methods

abs() → Duration
inherited
compareTo(Duration other) → int
inherited
noSuchMethod(Invocation invocation) → dynamic
inherited
toString() → String
inherited

Operators

operator *(num factor) → Duration
inherited
operator +(Duration other) → Duration
inherited
operator -(Duration other) → Duration
inherited
operator <(Duration other) → bool
inherited
operator <=(Duration other) → bool
inherited
operator ==(dynamic other) → bool
inherited
operator >(Duration other) → bool
inherited
operator >=(Duration other) → bool
inherited
operator unary-() → Duration
inherited
operator ~/(int quotient) → Duration
inherited