SharedMemoryInt64 class

Inheritance

Constructors

SharedMemoryInt64({ByteBuffer? byteBuffer = null, int cacheSize = 3})

Properties

byteBuffer ByteBuffer
latefinalinherited
cacheSize int
finalinherited
data Uint8List
no setterinherited
dataSize int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get([SharedMemoryIndexHolder? ih = null]) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(int value, [SharedMemoryIndexHolder? ih = null]) → void
inherited
toString() String
A string representation of this object.
inherited
valueFromData(ByteData data) int
override
valueToData(ByteData data, int value) → void
override

Operators

operator ==(Object other) bool
The equality operator.
inherited