VmParamsBuilder class

Inheritance

Constructors

VmParamsBuilder()

Properties

buf Buffer
read / write, inherited
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

pushCodeParamScript(dynamic obj) → dynamic
pushFn(String fnName, List params) → dynamic
pushMap(Map<String, dynamic> map) → dynamic
pushNativeCodeScript(List objs) → dynamic
pushParam(dynamic param) → dynamic
pushStruct(Struct struct) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
pushAddress(Address addr) → dynamic
inherited
pushBigInt(BigInt x) → Future
inherited
pushBool(bool b) → dynamic
inherited
pushHex(Uint8List hex) → dynamic
inherited
pushHexStr(String str) → dynamic
inherited
pushInt(int x) → dynamic
inherited
pushNum(int x, { int len: 1, dynamic bigEndian: true }) → dynamic
inherited
pushOpcode(int opcode) → dynamic
inherited
pushRawBytes(Uint8List bytes) → dynamic
inherited
pushStr(String str) → dynamic
inherited
pushVarBytes(Uint8List bytes) → dynamic
inherited
pushVarInt(int x) → dynamic
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited