AllSimInfo constructor

AllSimInfo({
  1. List<SimDetails>? simIds,
  2. int? totalSimUsed,
})

Implementation

AllSimInfo({
  this.simIds,
  this.totalSimUsed,
});