Dart
dart:core
Invocation
isMethod property
isMethod
Invocation class
Constructors
Invocation
genericMethod
getter
method
setter
Properties
isAccessor
isGetter
isMethod
isSetter
memberName
namedArguments
positionalArguments
typeArguments
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
isMethod property
bool
isMethod
Whether the invocation was a method call.
Implementation
bool get isMethod;