Uint32 class

Inheritance

Constructors

Uint32(int value)
Uint32.zero()

Properties

constructorCallback Uint32 Function(int)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
negationMask int
latefinalinherited
numberOfBytesRequired int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
getter/setter pairoverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reverseBytes() Uint32
inherited
toString() String
A string representation of this object.
inherited

Operators

operator &(Uint32 other) Uint32
inherited
operator +(Uint32 other) Uint32
inherited
operator -(Uint32 other) Uint32
inherited
operator <(Uint32 other) bool
inherited
operator <<(int other) Uint32
inherited
operator <=(Uint32 other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(Uint32 other) bool
inherited
operator >=(Uint32 other) bool
inherited
operator >>(int other) Uint32
inherited
operator |(Uint32 other) Uint32
inherited
operator ~() Uint32
inherited