System class

*<Null safety>*

Properties

hashCode → int

The hash code for this object. ...
read-only, inherited

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed. ...
inherited

toString() String

Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited

Static Methods

channelCreate([int options = 0]) HandlePairResult
channelFromFile(String path) HandleResult
channelQueryAndRead(Handle? channel) ReadResult
channelWrite(Handle? channel, ByteData data, List<Handle>? handles) int
clockGet(int clockId) int
clockGetMonotonic() int
connectToService(String path, Handle channel) int
eventpairCreate([int options = 0]) HandlePairResult
socketCreate([int options = 0]) HandlePairResult
socketRead(Handle? socket, int size) ReadResult
socketWrite(Handle? socket, ByteData data, int options) WriteResult
vmoCreate(int size, [int options = 0]) HandleResult
vmoFromFile(String path) FromFileResult
vmoGetSize(Handle? vmo) GetSizeResult
vmoMap(Handle? vmo) MapResult
vmoRead(Handle? vmo, int offset, int size) ReadResult
vmoSetSize(Handle? vmo, int size) int
vmoWrite(Handle? vmo, int offset, ByteData bytes) int