SizeType enum

Inheritance

Constructors

SizeType(double size)
const

Values

octa → const SizeType

Size: 8

const SizeType(8)
hexa → const SizeType

Size: 16

const SizeType(16)
ennea → const SizeType

Size: 24

const SizeType(24)
tetra → const SizeType

Size: 32

const SizeType(32)
penta → const SizeType

Size: 48

const SizeType(48)
mega → const SizeType

Size: 64

const SizeType(64)
hepta → const SizeType

Size: 128

const SizeType(128)
teta → const SizeType

Size: 256

const SizeType(256)
zeta → const SizeType

Size: 512

const SizeType(512)
deca → const SizeType

Size: 1024

const SizeType(1024)

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
size double
final

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