Unit enum

Inheritance

Constructors

Unit()
const

Values

none → const Unit
seconds → const Unit
microSeconds → const Unit
milliSeconds → const Unit
bytes → const Unit
kiloBytes → const Unit
megaBytes → const Unit
gigaBytes → const Unit
teraBytes → const Unit
bits → const Unit
kiloBits → const Unit
megaBits → const Unit
gigaBits → const Unit
teraBits → const Unit
percent → const Unit
count → const Unit
bytesPerSecond → const Unit
kiloBytesPerSecond → const Unit
megaBytesPerSecond → const Unit
gigaBytesPerSecond → const Unit
teraBytesPerSecond → const Unit
bitsPerSecond → const Unit
kiloBitsPerSecond → const Unit
megaBitsPerSecond → const Unit
gigaBitsPerSecond → const Unit
teraBitsPerSecond → const Unit
countPerSecond → const Unit

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<Unit>
A constant List of the values in this enum, in order of their declaration.