BatchCreateSessionsRequest constructor

BatchCreateSessionsRequest({
  1. int? sessionCount,
  2. Session? sessionTemplate,
})

Implementation

BatchCreateSessionsRequest({
  this.sessionCount,
  this.sessionTemplate,
});