report method

  1. @override
String report()
override

Implementation

@override
String report() {
  //final paramNames = method.parameters.map((t) => t.toString()).join(', ');

  return "$_type: ${host.toString()}.${method.name} (${method.typeDescriptor.location}) "; // paramNames
}