InformationUnit enum

Defines supported units of information.

Inheritance

Constructors

InformationUnit()
const

Values

bit → const InformationUnit

A unit representing bits.

crumb → const InformationUnit

A unit representing crumbs.

nibble → const InformationUnit

A unit representing nibbles.

byte → const InformationUnit

A unit representing bytes.

kilobit → const InformationUnit

A unit representing kilobits.

kibibit → const InformationUnit

A unit representing kibibits.

kilobyte → const InformationUnit

A unit representing kilobytes.

kibibyte → const InformationUnit

A unit representing kibibytes.

megabit → const InformationUnit

A unit representing megabits.

mebibit → const InformationUnit

A unit representing mebibits.

megabyte → const InformationUnit

A unit representing megabytes.

mebibyte → const InformationUnit

A unit representing mebibytes.

gigabit → const InformationUnit

A unit representing gigabits.

gibibit → const InformationUnit

A unit representing gibibits.

gigabyte → const InformationUnit

A unit representing gigabytes.

gibibyte → const InformationUnit

A unit representing gibibytes.

terabit → const InformationUnit

A unit representing terabits.

tebibit → const InformationUnit

A unit representing tebibits.

terabyte → const InformationUnit

A unit representing terabytes.

tebibyte → const InformationUnit

A unit representing tebibytes.

petabit → const InformationUnit

A unit representing petabits.

pebibit → const InformationUnit

A unit representing pebibits.

petabyte → const InformationUnit

A unit representing petabytes.

pebibyte → const InformationUnit

A unit representing pebibytes.

exabit → const InformationUnit

A unit representing exabits.

exbibit → const InformationUnit

A unit representing exbibits.

exabyte → const InformationUnit

A unit representing exabytes.

exbibyte → const InformationUnit

A unit representing exbibytes.

zettabit → const InformationUnit

A unit representing zettabits.

zebibit → const InformationUnit

A unit representing zebibits.

zettabyte → const InformationUnit

A unit representing zettabytes.

zebibyte → const InformationUnit

A unit representing zebibytes.

yottabit → const InformationUnit

A unit representing yottabits.

yobibit → const InformationUnit

A unit representing yobibits.

yottabyte → const InformationUnit

A unit representing yottabytes.

yobibyte → const InformationUnit

A unit representing yobibytes.

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<InformationUnit>
A constant List of the values in this enum, in order of their declaration.