InformationSentryMeasurementUnit enum
- Inheritance
- Implemented types
- Available extensions
Values
- bit → const InformationSentryMeasurementUnit
-
Bit (
"bit"), corresponding to 1/8 of a byte.const InformationSentryMeasurementUnit("bit") - byte → const InformationSentryMeasurementUnit
-
Byte (
"byte").const InformationSentryMeasurementUnit('byte') - kiloByte → const InformationSentryMeasurementUnit
-
Kilobyte (
"kilobyte"), 10^3 bytes.const InformationSentryMeasurementUnit('kilobyte') - kibiByte → const InformationSentryMeasurementUnit
-
Kibibyte (
"kibibyte"), 2^10 bytes.const InformationSentryMeasurementUnit('kibibyte') - megaByte → const InformationSentryMeasurementUnit
-
Megabyte (
"megabyte"), 10^6 bytes.const InformationSentryMeasurementUnit('megabyte') - mebiByte → const InformationSentryMeasurementUnit
-
Mebibyte (
"mebibyte"), 2^20 bytes.const InformationSentryMeasurementUnit('mebibyte') - gigaByte → const InformationSentryMeasurementUnit
-
Gigabyte (
"gigabyte"), 10^9 bytes.const InformationSentryMeasurementUnit('gigabyte') - gibiByte → const InformationSentryMeasurementUnit
-
Gibibyte (
"gibibyte"), 2^30 bytes.const InformationSentryMeasurementUnit('gibibyte') - teraByte → const InformationSentryMeasurementUnit
-
Terabyte (
"terabyte"), 10^12 bytes.const InformationSentryMeasurementUnit('terabyte') - tebiByte → const InformationSentryMeasurementUnit
-
Tebibyte (
"tebibyte"), 2^40 bytes.const InformationSentryMeasurementUnit('tebibyte') - petaByte → const InformationSentryMeasurementUnit
-
Petabyte (
"petabyte"), 10^15 bytes.const InformationSentryMeasurementUnit('petabyte') - pebiByte → const InformationSentryMeasurementUnit
-
Pebibyte (
"pebibyte"), 2^50 bytes.const InformationSentryMeasurementUnit('pebibyte') - exaByte → const InformationSentryMeasurementUnit
-
Exabyte (
"exabyte"), 10^18 bytes.const InformationSentryMeasurementUnit('exabyte') - exbiByte → const InformationSentryMeasurementUnit
-
Exbibyte (
"exbibyte"), 2^60 bytes.const InformationSentryMeasurementUnit('exbibyte')
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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.
inherited
-
toStringValue(
) → String -
Available on SentryMeasurementUnit, provided by the SentryMeasurementUnitExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
InformationSentryMeasurementUnit> - A constant List of the values in this enum, in order of their declaration.