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