tableIndex property
int
get
tableIndex
The index of this function in the WebAssembly table. This is the same as its address.
Implementation
int get tableIndex => address;
The index of this function in the WebAssembly table. This is the same as its address.
int get tableIndex => address;