menu
analysis_server_client package
documentation
protocol.dart
ServerErrorParams
ServerErrorParams constructor
ServerErrorParams constructor
dark_mode
light_mode
ServerErrorParams
constructor
ServerErrorParams
(
bool
isFatal
,
String
message
,
String
stackTrace
)
Implementation
ServerErrorParams(this.isFatal, this.message, this.stackTrace);
analysis_server_client package
documentation
protocol
ServerErrorParams
ServerErrorParams constructor
ServerErrorParams class