Skip to content

InformationOps

extensionInformationOpsonnum

Extension methods for constructing Information values from num.

Properties

bits extension no setter

Creates an Information of this value in bits.

Available on num, provided by the InformationOps extension

Implementation
dart
Information get bits => Information.bits(this);

bytes extension no setter

Informationgetbytes

Creates an Information of this value in bytes.

Available on num, provided by the InformationOps extension

Implementation
dart
Information get bytes => Information.bytes(this);

exabits extension no setter

Informationgetexabits

Creates an Information of this value in exabits (10¹⁸ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get exabits => Information.exabits(this);

exabytes extension no setter

Informationgetexabytes

Creates an Information of this value in exabytes (10¹⁸ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get exabytes => Information.exabytes(this);

exbibits extension no setter

Informationgetexbibits

Creates an Information of this value in exbibits (2⁶⁰ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get exbibits => Information.exbibits(this);

exbibytes extension no setter

Informationgetexbibytes

Creates an Information of this value in exbibytes (2⁶⁰ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get exbibytes => Information.exbibytes(this);

gibibits extension no setter

Informationgetgibibits

Creates an Information of this value in gibibits (2³⁰ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get gibibits => Information.gibibits(this);

gibibytes extension no setter

Informationgetgibibytes

Creates an Information of this value in gibibytes (2³⁰ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get gibibytes => Information.gibibytes(this);

gigabits extension no setter

Informationgetgigabits

Creates an Information of this value in gigabits (10⁹ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get gigabits => Information.gigabits(this);

gigabytes extension no setter

Informationgetgigabytes

Creates an Information of this value in gigabytes (10⁹ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get gigabytes => Information.gigabytes(this);

kibibits extension no setter

Informationgetkibibits

Creates an Information of this value in kibibits (2¹⁰ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get kibibits => Information.kibibits(this);

kibibytes extension no setter

Informationgetkibibytes

Creates an Information of this value in kibibytes (2¹⁰ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get kibibytes => Information.kibibytes(this);

kilobits extension no setter

Informationgetkilobits

Creates an Information of this value in kilobits (10³ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get kilobits => Information.kilobits(this);

kilobytes extension no setter

Informationgetkilobytes

Creates an Information of this value in kilobytes (10³ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get kilobytes => Information.kilobytes(this);

mebibits extension no setter

Informationgetmebibits

Creates an Information of this value in mebibits (2²⁰ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get mebibits => Information.mebibits(this);

mebibytes extension no setter

Informationgetmebibytes

Creates an Information of this value in mebibytes (2²⁰ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get mebibytes => Information.mebibytes(this);

megabits extension no setter

Informationgetmegabits

Creates an Information of this value in megabits (10⁶ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get megabits => Information.megabits(this);

megabytes extension no setter

Informationgetmegabytes

Creates an Information of this value in megabytes (10⁶ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get megabytes => Information.megabytes(this);

octets extension no setter

Informationgetoctets

Creates an Information of this value in octets.

Available on num, provided by the InformationOps extension

Implementation
dart
Information get octets => Information.octets(this);

pebibits extension no setter

Informationgetpebibits

Creates an Information of this value in pebibits (2⁵⁰ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get pebibits => Information.pebibits(this);

pebibytes extension no setter

Informationgetpebibytes

Creates an Information of this value in pebibytes (2⁵⁰ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get pebibytes => Information.pebibytes(this);

petabits extension no setter

Informationgetpetabits

Creates an Information of this value in petabits (10¹⁵ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get petabits => Information.petabits(this);

petabytes extension no setter

Informationgetpetabytes

Creates an Information of this value in petabytes (10¹⁵ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get petabytes => Information.petabytes(this);

tebibits extension no setter

Informationgettebibits

Creates an Information of this value in tebibits (2⁴⁰ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get tebibits => Information.tebibits(this);

tebibytes extension no setter

Informationgettebibytes

Creates an Information of this value in tebibytes (2⁴⁰ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get tebibytes => Information.tebibytes(this);

terabits extension no setter

Informationgetterabits

Creates an Information of this value in terabits (10¹² bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get terabits => Information.terabits(this);

terabytes extension no setter

Informationgetterabytes

Creates an Information of this value in terabytes (10¹² bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get terabytes => Information.terabytes(this);

yobibits extension no setter

Informationgetyobibits

Creates an Information of this value in yobibits (2⁸⁰ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get yobibits => Information.yobibits(this);

yobibytes extension no setter

Informationgetyobibytes

Creates an Information of this value in yobibytes (2⁸⁰ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get yobibytes => Information.yobibytes(this);

yottabits extension no setter

Informationgetyottabits

Creates an Information of this value in yottabits (10²⁴ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get yottabits => Information.yottabits(this);

yottabytes extension no setter

Informationgetyottabytes

Creates an Information of this value in yottabytes (10²⁴ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get yottabytes => Information.yottabytes(this);

zebibits extension no setter

Informationgetzebibits

Creates an Information of this value in zebibits (2⁷⁰ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get zebibits => Information.zebibits(this);

zebibytes extension no setter

Informationgetzebibytes

Creates an Information of this value in zebibytes (2⁷⁰ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get zebibytes => Information.zebibytes(this);

zettabits extension no setter

Informationgetzettabits

Creates an Information of this value in zettabits (10²¹ bits).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get zettabits => Information.zettabits(this);

zettabytes extension no setter

Informationgetzettabytes

Creates an Information of this value in zettabytes (10²¹ bytes).

Available on num, provided by the InformationOps extension

Implementation
dart
Information get zettabytes => Information.zettabytes(this);