Uint8 class

Inheritance

Constructors

Uint8(int value)
Uint8.zero()

Properties

constructorCallback Uint8 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() Uint8
inherited
toString() String
A string representation of this object.
inherited

Operators

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