MethodDescriptor constructor
MethodDescriptor({})
Implementation
MethodDescriptor({
required this.name,
required this.returnType,
required this.parameters,
this.isAsync = false,
this.isStatic = false,
this.annotations = const [],
this.invoker,
});