SimInfoList constructor

SimInfoList({
  1. String? carrierName,
  2. String? displayName,
  3. int? mcc,
  4. int? mnc,
  5. String? subscriptionInfoNumber,
})

Implementation

SimInfoList(
    {this.carrierName,
    this.displayName,
    this.mcc,
    this.mnc,
    this.subscriptionInfoNumber});