IspPlacement constructor

IspPlacement({
  1. String? ispName,
  2. PlacementStatistics? placementStatistics,
})

Implementation

IspPlacement({
  this.ispName,
  this.placementStatistics,
});