Skip to content

InformationOps

extension InformationOps on num

Extension methods for constructing Information values from num.

Properties

bits extension no setter

Information get bits

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

Information get bytes

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

Information get exabits

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

Information get exabytes

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

Information get exbibits

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

Information get exbibytes

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

Information get gibibits

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

Information get gibibytes

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

Information get gigabits

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

Information get gigabytes

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

Information get kibibits

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

Information get kibibytes

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

Information get kilobits

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

Information get kilobytes

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

Information get mebibits

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

Information get mebibytes

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

Information get megabits

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

Information get megabytes

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

Information get octets

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

Information get pebibits

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

Information get pebibytes

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

Information get petabits

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

Information get petabytes

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

Information get tebibits

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

Information get tebibytes

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

Information get terabits

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

Information get terabytes

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

Information get yobibits

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

Information get yobibytes

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

Information get yottabits

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

Information get yottabytes

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

Information get zebibits

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

Information get zebibytes

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

Information get zettabits

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

Information get zettabytes

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);