menu
analysis_server_client package
documentation
protocol.dart
InlineMethodFeedback
InlineMethodFeedback constructor
InlineMethodFeedback constructor
dark_mode
light_mode
InlineMethodFeedback
constructor
InlineMethodFeedback
(
String
methodName
,
bool
isDeclaration
, {
String
?
className
,
})
Implementation
InlineMethodFeedback(this.methodName, this.isDeclaration, {this.className});
analysis_server_client package
documentation
protocol
InlineMethodFeedback
InlineMethodFeedback constructor
InlineMethodFeedback class