InitializeResult constructor

InitializeResult(
  1. int err,
  2. String msg
)

Implementation

InitializeResult(this.err, this.msg);