Invocation.getter constructor Null safety

Invocation.getter(
  1. Symbol name
)

Creates an invocation corresponding to a getter invocation.

Implementation

@pragma("wasm:entry-point")
factory Invocation.getter(Symbol name) = _Invocation.getter;