isGetter property - Invocation class - dart:core library (original) (raw)
bool getisGetter
Whether the invocation was a getter call. If so, all three types of arguments lists are empty.
Implementation
bool get isGetter;
bool getisGetter
Whether the invocation was a getter call. If so, all three types of arguments lists are empty.
bool get isGetter;