SDKInfo constructor

SDKInfo({
  1. String? language,
  2. String? version,
})

Implementation

SDKInfo({
  this.language,
  this.version,
});