isAccessor property Null safety
Whether the invocation was a getter or a setter call.
Implementation
bool get isAccessor => isGetter || isSetter;
Whether the invocation was a getter or a setter call.
bool get isAccessor => isGetter || isSetter;