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

description

bool getisAccessor

Whether the invocation was a getter or a setter call.

Implementation

bool get isAccessor => isGetter || isSetter;