MmapInnerImpl class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
len int
no setteroverride
ptr Pointer<Void>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asBytes() Uint8List
override
asFloat32List() Float32List
override
asFloat64List() Float64List
override
asInt16List() Int16List
override
asInt32List() Int32List
override
asInt64List() Int64List
override
asInt8List() Int8List
override
asUint16List() Uint16List
override
asUint32List() Uint32List
override
asUint64List() Uint64List
override
asUint8List() Uint8List
override
drop() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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