Invocation.getter constructor Null safety

Invocation.getter(
  1. Symbol name
)

Creates an invocation corresponding to a getter invocation.

Implementation

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