toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return <String, dynamic>{
    'subscriptionId': subscriptionId,
    'displayName': displayName,
    'carrierName': carrierName,
    'number': number,
    'slotIndex': slotIndex,
    'countryIso': countryIso,
    'carrierId': carrierId,
    'isEmbedded': isEmbedded,
    'iccId': iccId,
  };
}