RulesDuration class abstract

Duration with nanosecond accuracy.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

nanos() int
Get the nanoseconds portion (signed) of the duration from -999,999,999 to +999,999,999 inclusive.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seconds() int
Get the seconds portion (signed) of the duration from -315,576,000,000 to +315,576,000,000 inclusive.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited