SendEventResponse constructor

SendEventResponse({
  1. String? absoluteTime,
  2. String? id,
})

Implementation

SendEventResponse({
  this.absoluteTime,
  this.id,
});