Uint16 class

Inheritance

Constructors

Uint16(int value)
Uint16.zero()

Properties

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

Operators

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