IccIds constructor

IccIds({
  1. String? iccId,
  2. int? simSlot,
})

Implementation

IccIds({this.iccId, this.simSlot});