System class

Properties

hashCode → int

The hash code for this object.
read-onlyinherited

runtimeType → Type

A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) dynamic

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

toString() String

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
channelQueryAndReadEtc(Handle channel) ReadEtcResult
channelWrite(Handle channel, ByteData data, List<Handle> handles) int
channelWriteEtc(Handle channel, ByteData data, List<HandleDisposition> handles) 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