initializeArgs property

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;