Invocation.getter constructor

Invocation.getter(Symbol name)

Creates an invocation corresponding to a getter invocation.

Implementation

factory Invocation.getter(Symbol name) = _Invocation.getter;