isAccessor property - Invocation class - dart:core library (original) (raw)
bool getisAccessor
Whether the invocation was a getter or a setter call.
Implementation
bool get isAccessor => isGetter || isSetter;
bool getisAccessor
Whether the invocation was a getter or a setter call.
bool get isAccessor => isGetter || isSetter;