SimDetails constructor

SimDetails({
  1. String? carrierName,
  2. int? id,
  3. int? simSlotIndex,
})

Implementation

SimDetails({
  this.carrierName,
  this.id,
  this.simSlotIndex,
});