OnceSim constructor

const OnceSim({
  1. String? msisdn,
  2. String? iccid,
  3. int? id,
  4. DateTime? productionDate,
})

Implementation

const OnceSim({
  this.msisdn,
  this.iccid,
  this.id,
  this.productionDate,
});