BaseEventBody constructor

BaseEventBody({
  1. String? sdkVersion,
  2. String? sdkId,
  3. String? attr1,
  4. String? attr2,
  5. String? attr3,
  6. String? attr4,
  7. String? attr5,
})

Implementation

BaseEventBody({
  this.sdkVersion,
  this.sdkId,
  this.attr1,
  this.attr2,
  this.attr3,
  this.attr4,
  this.attr5,
});