CheckCapacityResponse constructor

CheckCapacityResponse({
  1. int? capacity,
})

Implementation

CheckCapacityResponse({
  this.capacity,
});