Dart SDK
dart:core
Invocation
isAccessor
isAccessor
Dart SDK
dart:core
Invocation
isAccessor
property
isAccessor
Dart SDK
dart:core
Invocation
Constructors
Invocation
Properties
hashCode
isAccessor
isGetter
isMethod
isSetter
memberName
namedArguments
positionalArguments
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
bool
isAccessor
Whether the invocation was a getter or a setter call.
Source
bool get isAccessor => isGetter || isSetter;