SimCard constructor
const
SimCard({})
Implementation
const SimCard({
required this.carrierName,
required this.countryCode,
required this.displayName,
required this.isNetworkRoaming,
required this.isDataRoaming,
required this.mcc,
required this.mnc,
required this.slotIndex,
required this.serialNumber,
required this.subscriptionId,
required this.phoneNumber,
});