ArtifactMethodInfo class

Inheritance

Constructors

ArtifactMethodInfo($AMth method)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
method $AMth
final
name String
no setter
namedParameterTypes Map<String, Type>
no setter
orderedParameterTypes List<Type>
no setter
ownerType Type
no setter
returnType Type
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bind(Object instance) ArtifactMethodMirror
call(Object instance, {List orderedParameters = const <dynamic>[], Map<String, dynamic> namedParameters = const <String, dynamic>{}}) Object?
getAnnotations<T>([Type? type]) Iterable<T>
override
hasAnnotation<T>([Type? type]) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited