menu
analysis_server_client package
documentation
protocol.dart
AnalysisNavigationParams
toNotification method
toNotification method
dark_mode
light_mode
toNotification
method
Notification
toNotification
(
)
Implementation
Notification toNotification() {
return
Notification(
'analysis.navigation'
, toJson()); }
analysis_server_client package
documentation
protocol
AnalysisNavigationParams
toNotification method
AnalysisNavigationParams class