isGetter property - Invocation class - dart:core library (original) (raw)

description

bool getisGetter

Whether the invocation was a getter call. If so, all three types of arguments lists are empty.

Implementation

bool get isGetter;