Converts this SimCard to a Map.
Map<String, dynamic> toMap() { return { 'carrierName': carrierName, 'iccId': iccId, 'simSlot': simSlot, }; }