Uint<T extends Uint<T>> class abstract

Implementers

Constructors

Uint({required int numberOfBytesRequired, required T constructorCallback(int), required int value})

Properties

constructorCallback → T Function(int)
final
hashCode int
The hash code for this object.
no setteroverride
negationMask int
latefinal
numberOfBytesRequired int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
getter/setter pair

Methods

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

Operators

operator &(T other) → T
operator +(T other) → T
operator -(T other) → T
operator <(T other) bool
operator <<(int other) → T
operator <=(T other) bool
operator ==(Object other) bool
The equality operator.
override
operator >(T other) bool
operator >=(T other) bool
operator >>(int other) → T
operator |(T other) → T
operator ~() → T