initializeArgs property
DartInitializeRequestArguments?
get
initializeArgs
The InitializeRequestArguments provided by the client in the
initialize request.
null if the initialize request has not yet been made.
Implementation
DartInitializeRequestArguments? get initializeArgs => _initializeArgs;