Invocation.getter constructor
- Symbol name
Creates an invocation corresponding to a getter invocation.
Implementation
@pragma("wasm:entry-point")
factory Invocation.getter(Symbol name) = _Invocation.getter;
Creates an invocation corresponding to a getter invocation.
@pragma("wasm:entry-point")
factory Invocation.getter(Symbol name) = _Invocation.getter;