S64 class

Represents a S64 value

Inheritance

Constructors

S64()
Represents a S64 value
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

alignment() → int
The alignment in bytes of a value of this type in the wasm stack
override
despecialized() → DespecializedValType
The despecialized representation of this type
inherited
flatTypes() → List<FlatType>
The wasm core flat types representation of this type
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
size() → int
The size in bytes of a value of this type in the wasm stack
override
toString() → String
A string representation of this object.
inherited

Operators

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