UserAgent constructor

UserAgent({
  1. String? sdkVersion,
  2. String? data,
})

Implementation

UserAgent({this.sdkVersion, this.data});