BatchCreateSessionsResponse constructor

BatchCreateSessionsResponse({
  1. List<Session>? session,
})

Implementation

BatchCreateSessionsResponse({
  this.session,
});