isSetter property - Invocation class - dart:core library (original) (raw)
bool getisSetter
Whether the invocation was a setter call.
If so, positionalArguments has exactly one positional argument, namedArguments is empty, and typeArguments is empty.
Implementation
bool get isSetter;