Payload constructor

Payload({
  1. String? keyStrokeId,
  2. int? groupId,
  3. int? userId,
})

Implementation

Payload ({
  this.keyStrokeId,
  this.groupId,
  this.userId,
});