W3cubDocs

/Dart 2

Invocation.getter constructor

Invocation.getter(Symbol name)

Creates an invocation corresponding to a getter invocation.

Implementation

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-core/Invocation/Invocation.getter.html