CreateClientEventRequest constructor

CreateClientEventRequest({
  1. ClientEvent? clientEvent,
})

Implementation

CreateClientEventRequest({
  this.clientEvent,
});