InlineMethodFeedback constructor

InlineMethodFeedback(
  1. String methodName,
  2. bool isDeclaration, {
  3. String? className,
})

Implementation

InlineMethodFeedback(this.methodName, this.isDeclaration, {this.className});