Map<String, dynamic> toJson() => { 'simIds': simIds?.map((e) => e.toJson()).toList(), 'totalSimUsed': totalSimUsed, };