static String simCardToJson(List<SimCard> data) => json.encode(List<dynamic>.from(data.map((x) => x.toMap())));