DurationSentryMeasurementUnit enum

Inheritance
Implemented types

Constructors

DurationSentryMeasurementUnit(String name)
const

Values

nanoSecond → const DurationSentryMeasurementUnit

Nanosecond ("nanosecond"), 10^-9 seconds.

const DurationSentryMeasurementUnit('nanosecond')
microSecond → const DurationSentryMeasurementUnit

Microsecond ("microsecond"), 10^-6 seconds.

const DurationSentryMeasurementUnit('microsecond')
milliSecond → const DurationSentryMeasurementUnit

Millisecond ("millisecond"), 10^-3 seconds.

const DurationSentryMeasurementUnit('millisecond')
second → const DurationSentryMeasurementUnit

Full second ("second").

const DurationSentryMeasurementUnit('second')
minute → const DurationSentryMeasurementUnit

Minute ("minute"), 60 seconds.

const DurationSentryMeasurementUnit('minute')
hour → const DurationSentryMeasurementUnit

Hour ("hour"), 3600 seconds.

const DurationSentryMeasurementUnit('hour')
day → const DurationSentryMeasurementUnit

Day ("day"), 86,400 seconds.

const DurationSentryMeasurementUnit('day')
week → const DurationSentryMeasurementUnit

Week ("week"), 604,800 seconds.

const DurationSentryMeasurementUnit('week')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String
final
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.
inherited

Operators

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

Constants

values → const List<DurationSentryMeasurementUnit>
A constant List of the values in this enum, in order of their declaration.