NornsDuration class
Constructors
- NornsDuration(int milliseconds)
-
const
Properties
- duration → Duration
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- inDays → int
-
no setter
- inHours → int
-
no setter
- inMilliseconds → int
-
no setter
- inMinutes → int
-
no setter
- inSeconds → int
-
no setter
- isMax → bool
-
no setter
- isZero → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator +(
NornsDuration right) → NornsDuration -
operator -(
NornsDuration right) → NornsDuration -
operator <(
NornsDuration other) → bool -
operator <=(
NornsDuration other) → bool -
operator ==(
Object other) → bool -
The equality operator.
override
-
operator >(
NornsDuration other) → bool -
operator >=(
NornsDuration other) → bool
Constants
- max → const NornsDuration
- zero → const NornsDuration