Invocation.getter constructor Null safety
- Symbol name
Creates an invocation corresponding to a getter invocation.
Implementation
factory Invocation.getter(Symbol name) = _Invocation.getter;
Creates an invocation corresponding to a getter invocation.
factory Invocation.getter(Symbol name) = _Invocation.getter;